aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2004-02-01 18:05:09 +0000
committerDaniel Jacobowitz <drow@false.org>2004-02-01 18:05:09 +0000
commitfa5281d02b823b7a847bea43a39d6bcc7b75580a (patch)
treede40515eab996e6c8ae2cdcc9cfdfaf7a197f4e2 /gdb/ChangeLog
parentc47cebdbd2d971feefd839a61213a0ec643c46bf (diff)
downloadgdb-fa5281d02b823b7a847bea43a39d6bcc7b75580a.zip
gdb-fa5281d02b823b7a847bea43a39d6bcc7b75580a.tar.gz
gdb-fa5281d02b823b7a847bea43a39d6bcc7b75580a.tar.bz2
* breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
and check the specified thread for each breakpoint. * breakpoint.h (bpstat_stop_status): Update prototype. * infrun.c (handle_inferior_event): Update calls to bpstat_stop_status.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index a190150..f3f39f0 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,13 @@
2004-02-01 Daniel Jacobowitz <drow@mvista.com>
+ * breakpoint.c (bpstat_stop_status): Take a ptid_t argument,
+ and check the specified thread for each breakpoint.
+ * breakpoint.h (bpstat_stop_status): Update prototype.
+ * infrun.c (handle_inferior_event): Update calls to
+ bpstat_stop_status.
+
+2004-02-01 Daniel Jacobowitz <drow@mvista.com>
+
* Makefile.in (cli-cmds.o): Add $(readline_h).
2004-02-01 Daniel Jacobowitz <drow@mvista.com>