From 91e14aa9a77c23ae7a95da43a13eadedec4ffd19 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Tue, 15 Dec 1998 19:44:29 +0000 Subject: [PATCH] Fix sanitization mistake, move gdbtk change entries to right place --- gdb/ChangeLog | 53 ++++++++++++++------------------------------- gdb/ChangeLog-gdbtk | 34 +++++++++++++++++++++++++++++ 2 files changed, 50 insertions(+), 37 deletions(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e886ac2b56..213a02f51d 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -241,8 +241,10 @@ Thu Dec 10 07:14:56 1998 Andrew Cagney * 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 @@ -450,8 +452,8 @@ Fri Nov 27 11:00:25 1998 Andrew Cagney 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 * config/alpha/tm-alpha.h (ABOUT_TO_RETURN): Replace macro. @@ -1005,12 +1007,12 @@ Tue Oct 13 18:56:51 1998 Felix Lee (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 @@ -1860,11 +1862,10 @@ Tue Jun 23 12:29:53 1998 Jillian Ye 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 (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 - * 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 - Martin M. Hunt 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 * 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 * elfread.c (elf_symtab_read): merge SYMBOL_IS_SPECIAL into diff --git a/gdb/ChangeLog-gdbtk b/gdb/ChangeLog-gdbtk index ac06acc108..9a8ae4d615 100644 --- a/gdb/ChangeLog-gdbtk +++ b/gdb/ChangeLog-gdbtk @@ -94,6 +94,11 @@ Wed Oct 28 10:14:33 1998 Jim Ingham 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 * gdbtk-hooks.c (gdbtk_add_hooks): Install a hook for @@ -321,6 +326,10 @@ Fri Jun 26 13:56:07 1998 Keith Seitz 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 * Makefile.in (install-only): Install tracing help files. @@ -405,6 +414,15 @@ Thu May 21 13:56:24 1998 Elena Zannoni allow `gdb -nw' to work when specified specified from a windows console-mode command line. +1998-05-19 Jim Blandy + + * 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 * 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 * gdbtk.c (gdbtk_ignorable_warning): removed va_list parameter, which was unused. +Tue Apr 28 19:41:33 1998 Tom Tromey + + * 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 * Makefile.in (install-only): Install help files. @@ -665,6 +692,13 @@ Sat Mar 21 19:34:49 1998 Elena Zannoni __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