* 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>
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.
(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>
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)
(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
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'.
- 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.
* 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
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
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.
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 &
* 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.
__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>