aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-10-27 20:35:25 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-10-27 20:35:25 +0000
commitb10f4dd9774e176113d5e7f6ab9746580a0eab30 (patch)
tree6d03d6ddfa4c078585185179dae9f5d1b1ee30c6 /gdb/ChangeLog
parentbc28a06cc11e2be1d9bd4f4233b3fbbe5ff30654 (diff)
downloadgdb-b10f4dd9774e176113d5e7f6ab9746580a0eab30.zip
gdb-b10f4dd9774e176113d5e7f6ab9746580a0eab30.tar.gz
gdb-b10f4dd9774e176113d5e7f6ab9746580a0eab30.tar.bz2
* remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
* remote-mon.c: Remove commented out "set remotedebug" command. * remote-nindy.c: Clean up comment about wanting alternative to options specified on the GDB command line.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 7408de3..d2f17d1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,10 @@
Wed Oct 27 13:43:07 1993 Jim Kingdon (kingdon@lioth.cygnus.com)
+ * remote-udi.c: Remove LOG_FILE stuff; superceded by "set remotedebug".
+ * remote-mon.c: Remove commented out "set remotedebug" command.
+ * remote-nindy.c: Clean up comment about wanting alternative to
+ options specified on the GDB command line.
+
* fork-child.c (fork_inferior): Set inferior_pid before calling
init_trace_fun. Move the code which gets us through the shell
to new function startup_inferior.