diff options
author | Daniel Jacobowitz <drow@false.org> | 2004-02-01 18:05:09 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2004-02-01 18:05:09 +0000 |
commit | fa5281d02b823b7a847bea43a39d6bcc7b75580a (patch) | |
tree | de40515eab996e6c8ae2cdcc9cfdfaf7a197f4e2 /gdb/ChangeLog | |
parent | c47cebdbd2d971feefd839a61213a0ec643c46bf (diff) | |
download | gdb-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/ChangeLog | 8 |
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> |