aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1994-08-10 22:49:42 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1994-08-10 22:49:42 +0000
commitced992e4bd12d732e3d341e2d4424ef44b88d707 (patch)
tree7e47087acc497aa6bf7178ccda4b4cfee4f17924 /gdb
parentd48d9a282a3189422ef20d9e4ad8bd41d63f801c (diff)
downloadgdb-ced992e4bd12d732e3d341e2d4424ef44b88d707.zip
gdb-ced992e4bd12d732e3d341e2d4424ef44b88d707.tar.gz
gdb-ced992e4bd12d732e3d341e2d4424ef44b88d707.tar.bz2
* infcmd.c (run_command): Remove comment suggesting using
target_has_execution instead of inferior_pid.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2716e12..7ff1480 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+Wed Aug 10 15:46:03 1994 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * infcmd.c (run_command): Remove comment suggesting using
+ target_has_execution instead of inferior_pid.
+
Wed Aug 10 10:33:20 1994 Kung Hsu (kung@mexican.cygnus.com)
* remote-mips.c (mips_open): add code to handle baud rate.