aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1997-03-24 00:08:26 +0000
committerStan Shebs <shebs@codesourcery.com>1997-03-24 00:08:26 +0000
commita9b9b4071f3a53f0ee1dc929ceffb6680e8dff32 (patch)
treee4179b552664a2ff45709a3918e6028b91cb1fad /gdb/ChangeLog
parent94626fd15574c8643e4f7f1b1ce4d51b075f950f (diff)
downloadgdb-a9b9b4071f3a53f0ee1dc929ceffb6680e8dff32.zip
gdb-a9b9b4071f3a53f0ee1dc929ceffb6680e8dff32.tar.gz
gdb-a9b9b4071f3a53f0ee1dc929ceffb6680e8dff32.tar.bz2
* remote.c (target_resume_hook, target_wait_loop_hook): New
globals. (remote_resume, remote_wait): Use them. * d10v-tdep.c: Set the above hooks. (tracesource): New GDB variable, controls source display in traces. (display_trace): Find and display source line if requested. (trace_info): Mention empty trace buffer if appropriate. (tdisassemble_command): Robustify argument handling.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 11 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 26ee8f7..d9c3c2d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,4 +1,14 @@
-Sun Mar 23 12:47:13 1997 Stan Shebs <shebs@andros.cygnus.com>
+Sun Mar 23 15:43:27 1997 Stan Shebs <shebs@andros.cygnus.com>
+
+ * remote.c (target_resume_hook, target_wait_loop_hook): New
+ globals.
+ (remote_resume, remote_wait): Use them.
+ * d10v-tdep.c: Set the above hooks.
+ (tracesource): New GDB variable, controls source display in
+ traces.
+ (display_trace): Find and display source line if requested.
+ (trace_info): Mention empty trace buffer if appropriate.
+ (tdisassemble_command): Robustify argument handling.
* configure.host: Remove extra bogus Linux case.