aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1993-11-05 19:27:49 +0000
committerStu Grossman <grossman@cygnus>1993-11-05 19:27:49 +0000
commit5090e82cca377dd12046a4bb7dc1922f363348b4 (patch)
tree3d1769cdbff31e15a76ea0d65c1315aaf166c348 /gdb/ChangeLog
parent87ce76559ca2695bf38e760c0ec0ce412efd95aa (diff)
downloadgdb-5090e82cca377dd12046a4bb7dc1922f363348b4.zip
gdb-5090e82cca377dd12046a4bb7dc1922f363348b4.tar.gz
gdb-5090e82cca377dd12046a4bb7dc1922f363348b4.tar.bz2
* inflow.c (terminal_init_inferior): Temporarily use Lynx PIDGET
macro to set process groups. * infptrace.c (child_resume): Temporarily use Lynx PIDGET to specify resumption of all threads. * infrun.c (wait_for_inferior): Fix handling of thread-specific breakpoints for systems where DECR_PC_AFTER_BREAK > 0 (ie: backup PC by the right amount when continuing the thread). * thread.c (thread_apply_command): Add the `thread apply' command to apply a given GDB command to a list of threads.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3851696..8ff804b 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,15 @@
+Fri Nov 5 09:49:22 1993 Stu Grossman (grossman at cygnus.com)
+
+ * inflow.c (terminal_init_inferior): Temporarily use Lynx PIDGET
+ macro to set process groups.
+ * infptrace.c (child_resume): Temporarily use Lynx PIDGET to
+ specify resumption of all threads.
+ * infrun.c (wait_for_inferior): Fix handling of thread-specific
+ breakpoints for systems where DECR_PC_AFTER_BREAK > 0 (ie: backup
+ PC by the right amount when continuing the thread).
+ * thread.c (thread_apply_command): Add the `thread apply'
+ command to apply a given GDB command to a list of threads.
+
Fri Nov 5 05:58:03 1993 Jim Kingdon (kingdon@cygnus.com)
* Makefile.in (init.c): Don't call sed if filename is empty.