aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2001-09-27 13:32:17 +0000
committerJoel Brobecker <brobecker@gnat.com>2001-09-27 13:32:17 +0000
commitd68f31a9f36371ba24b9196db2a1a93c7a243efc (patch)
tree9d4c937a8a8f88934b5bfe24fa32be77ae012410 /gdb
parentd3340a536fee8077df2c89dd2dc4066c7969cb4a (diff)
downloadgdb-d68f31a9f36371ba24b9196db2a1a93c7a243efc.zip
gdb-d68f31a9f36371ba24b9196db2a1a93c7a243efc.tar.gz
gdb-d68f31a9f36371ba24b9196db2a1a93c7a243efc.tar.bz2
Document changes in infttrace.c (for HPUX 11.00).
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index ba1eaa3..aa1a136 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2001-09-27 J. Brobecker <brobecker@gnat.com>
+
+ * infttrace.c (kill_inferior): Issue a TT_PROC_EXIT request rather
+ than a TT_PROC_STOP request to kill the inferior and its child
+ processes. Otherwise, the inferior is not killed on HPUX 11.0.
+ Removed the code that detaches the child processes since we just
+ killed them.
+
2001-09-26 Andrew Cagney <ac131313@redhat.com>
* serial.c (serial_set_cmdlist, serial_show_cmdlist): New