diff options
author | Stan Shebs <shebs@codesourcery.com> | 1998-12-15 19:44:29 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1998-12-15 19:44:29 +0000 |
commit | 91e14aa9a77c23ae7a95da43a13eadedec4ffd19 (patch) | |
tree | 4363e8c1525bc4e6d274f6477c68a4e016ace303 /gdb | |
parent | 31ba108c7db9aedfbc0066226633471a8447be0b (diff) | |
download | gdb-91e14aa9a77c23ae7a95da43a13eadedec4ffd19.zip gdb-91e14aa9a77c23ae7a95da43a13eadedec4ffd19.tar.gz gdb-91e14aa9a77c23ae7a95da43a13eadedec4ffd19.tar.bz2 |
Fix sanitization mistake, move gdbtk change entries to right place
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/ChangeLog | 53 | ||||
-rw-r--r-- | gdb/ChangeLog-gdbtk | 34 |
2 files changed, 50 insertions, 37 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e886ac2..213a02f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -241,8 +241,10 @@ Thu Dec 10 07:14:56 1998 Andrew Cagney <cagney@chook> * tracepoint.c, target.c, parse.c, infcmd.c, remote-udi.c, expprint.c, infcmd.c, printcmd.c, eval.c, stack.c, findvar.c, remote-udi.c, config/alpha/tm-alpha.h, remote-sim.c, d30v-tdep.c, - config/mips/tm-mips.h, config/mips/tm-txvu.h, txvu-tdep.c, - hppa-tdep.c: Use REGISTER_NAME. + config/mips/tm-mips.h, hppa-tdep.c: Use REGISTER_NAME. +start-sanitize-sky + * config/mips/tm-txvu.h, txvu-tdep.c: Ditto. +end-sanitize-sky 1998-12-08 James E Wilson <wilson@wilson-pc.cygnus.com> @@ -450,8 +452,8 @@ Fri Nov 27 11:00:25 1998 Andrew Cagney <cagney@chook> start-sanitize-sky * config/mips/tm-txvu.h (STEP_SKIPS_DELAY), txvu-tdep.c (txvu_step_skips_delay): Change macro to function. - end-sanitize-sky + Thu Nov 26 11:19:15 1998 Andrew Cagney <cagney@amy.cygnus.com> * config/alpha/tm-alpha.h (ABOUT_TO_RETURN): Replace macro. @@ -1005,12 +1007,12 @@ Tue Oct 13 18:56:51 1998 Felix Lee <flee@cygnus.com> (mfree): Add prototypes for mmalloc, mrealloc, mfree if we aren't using mmalloc. - * ax-gdb.c breakpoint.c coffread.c corelow.c dbxread.c dwarf2read.c - dwarfread.c elfread.c eval.c exec.c gdbtk-cmds.c gdbtk.c infcmd.c - infrun.c mipsread.c nlmread.c os9kread.c parse.c printcmd.c symfile.c - symmisc.c symtab.c thread.c top.c tracepoint.c typeprint.c valops.c: - Cast parameters passed to make_cleanup to use the new - make_cleanup_func typedef. + * ax-gdb.c breakpoint.c coffread.c corelow.c dbxread.c + dwarf2read.c dwarfread.c elfread.c eval.c exec.c infcmd.c infrun.c + mipsread.c nlmread.c os9kread.c parse.c printcmd.c symfile.c + symmisc.c symtab.c thread.c top.c tracepoint.c typeprint.c + valops.c: Cast parameters passed to make_cleanup to use the new + make_cleanup_func typedef. Tue Oct 13 00:51:48 1998 Felix Lee <flee@cygnus.com> @@ -1860,11 +1862,10 @@ Tue Jun 23 12:29:53 1998 Jillian Ye <jillian@cygnus.com> Sun Jun 21 09:31:12 1998 Ron Unrau (runrau@cygnus.com) * symtab.c (find_line_pc): assumed that a PC of 0 is illegal. - Changed to pass PC as arg and return 1 if valid (0 otherwise). - symtab.h: change prototype to match - symtab.c (find_line_pc_range): use new interface - breakpoint.c (resolve_sal_pc): ditto - gdbtk.c (gdb_set_bp): ditto + Changed to pass PC as arg and return 1 if valid (0 otherwise). + * symtab.h: Change prototype to match. + * symtab.c (find_line_pc_range): Use new interface. + * breakpoint.c (resolve_sal_pc): Ditto. Wed Jun 17 15:50:00 1998 Ron Unrau (runrau@cygnus.com) @@ -2220,13 +2221,6 @@ Tue May 19 14:54:11 1998 Michael Snyder <msnyder@cleaver.cygnus.com> (parse_and_eval_memrange): Function deleted. (_initialize_tracepoint): Update function description. - * gdbtk.c (struct wrapped_call_objs): Change the `func' member to - be a Tcl_ObjCmdProc, not an Tcl_CmdProc, since it accepts a vector - of objects as arguments. Change the object vector to be const, - since that's what all the users of this structure seem to expect. - (call_obj_wrapper): Cast clientData properly before storing it in - the wrapped_args structure. - * ax-gdb.c (_initialize_ax_gdb): Make the "agent" command a subcommand of "maintenance", as it should have been from the beginning. #include "gdbcmd.h", to get the declaration for @@ -2527,13 +2521,6 @@ end-sanitize-vr4111 Tue Apr 28 19:41:33 1998 Tom Tromey <tromey@cygnus.com> - * Makefile.in (GDBTKLIBS): New macro. - (INSTALLED_LIBS): Include GDBTKLIBS. - (CLIBS): Likewise. - * configure: Rebuilt. - * configure.in: Put Tcl/Tk libs into GDBTKLIBS, not LIBS. - (GDBTKLIBS): AC_SUBST. - * tracepoint.c (memrange_cmp): Another typo fix; `memrbnge' -> `memrange'. @@ -3181,7 +3168,7 @@ Sat Mar 21 19:34:49 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> - Martin M. Hunt <hunt@cygnus.com> Make set_raw_breakpoint, set_breakpoint_count, and breakpoint_count non-static so they are accessible from - gdbtk.c. + elsewhere. (enable_breakpoint): Enable breakpoint with same disposition instead of changing all breakpoints to donttouch. @@ -3320,14 +3307,6 @@ Wed Mar 4 16:53:52 1998 Martin M. Hunt <hunt@cygnus.com> * command.c (do_setshow_command): If no arguments are supplied, don't dump core, instead print out an error message. -Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com) - - * gdbtk.c (gdb_listfiles): Fix thinko in last change. - -Wed Mar 4 15:34:49 1998 Jason Molenda (crash@bugshack.cygnus.com) - - * gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically. - Wed Mar 4 01:39:08 1998 Ron Unrau <runrau@cygnus.com> * elfread.c (elf_symtab_read): merge SYMBOL_IS_SPECIAL into diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index ac06acc..9a8ae4d 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -94,6 +94,11 @@ Wed Oct 28 10:14:33 1998 Jim Ingham <jingham@cygnus.com> try and guess about information we have on the C side. * gdbtk.h: Export the bptypes & pbdisp arrays. +1998-10-13 Jason Molenda (jsm@bugshack.cygnus.com) + + * gdbtk.c, gdbtk-cmds.c: Cast parameters passed to make_cleanup to + use the new make_cleanup_func typedef. + 1998-10-08 Keith Seitz <keiths@cygnus.com> * gdbtk-hooks.c (gdbtk_add_hooks): Install a hook for @@ -321,6 +326,10 @@ Fri Jun 26 13:56:07 1998 Keith Seitz <keiths@cygnus.com> by the testsuite to source a file into the interpreter when it goes idle. +Sun Jun 21 09:31:12 1998 Ron Unrau (runrau@cygnus.com) + + * gdbtk.c (gdb_set_bp): Use new interface. + Wed Jun 17 19:12:23 1998 Jeff Holcomb <jeffh@cygnus.com> * Makefile.in (install-only): Install tracing help files. @@ -405,6 +414,15 @@ Thu May 21 13:56:24 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> allow `gdb -nw' to work when specified specified from a windows console-mode command line. +1998-05-19 Jim Blandy <jimb@zwingli.cygnus.com> + + * gdbtk.c (struct wrapped_call_objs): Change the `func' member to + be a Tcl_ObjCmdProc, not an Tcl_CmdProc, since it accepts a vector + of objects as arguments. Change the object vector to be const, + since that's what all the users of this structure seem to expect. + (call_obj_wrapper): Cast clientData properly before storing it in + the wrapped_args structure. + Wed May 13 11:12:58 1998 James Ingham <jingham@leda.cygnus.com> * gdbtk.c: Fixed a goof in the definition of the gdb_get_args & @@ -433,6 +451,15 @@ Wed Apr 29 15:53:16 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> * gdbtk.c (gdbtk_ignorable_warning): removed va_list parameter, which was unused. +Tue Apr 28 19:41:33 1998 Tom Tromey <tromey@cygnus.com> + + * Makefile.in (GDBTKLIBS): New macro. + (INSTALLED_LIBS): Include GDBTKLIBS. + (CLIBS): Likewise. + * configure: Rebuilt. + * configure.in: Put Tcl/Tk libs into GDBTKLIBS, not LIBS. + (GDBTKLIBS): AC_SUBST. + Thu Apr 23 19:01:05 1998 Keith Seitz <keiths@onions.cygnus.com> * Makefile.in (install-only): Install help files. @@ -665,6 +692,13 @@ Sat Mar 21 19:34:49 1998 Elena Zannoni <ezannoni@kwikemart.cygnus.com> __CYGIN32__. (gdb_clear_file): Clear stop_pc. +Wed Mar 4 16:50:18 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * gdbtk.c (gdb_listfiles): Fix thinko in last change. + +Wed Mar 4 15:34:49 1998 Jason Molenda (crash@bugshack.cygnus.com) + + * gdbtk.c (gdb_listfiles): Allocate space for 'files' dynamically. Tue Feb 10 17:50:37 1998 Keith Seitz <keiths@onions.cygnus.com> |