diff options
author | Pedro Alves <palves@redhat.com> | 2009-11-15 20:10:34 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2009-11-15 20:10:34 +0000 |
commit | 678229626ec8f1a0d0d5c494335c05e9d0b52832 (patch) | |
tree | 50c327ad9c91dcaab7a2e4c49d4b57c31dc9deb2 /gdb/ChangeLog | |
parent | 56710373a0ab471d0891ad49b5c2a70f53cfc00d (diff) | |
download | gdb-678229626ec8f1a0d0d5c494335c05e9d0b52832.zip gdb-678229626ec8f1a0d0d5c494335c05e9d0b52832.tar.gz gdb-678229626ec8f1a0d0d5c494335c05e9d0b52832.tar.bz2 |
* infrun.c (handle_inferior_event): When handling a fork or vfork
event, check if the bpstat causes a stop, instead of if it
explains the signal.
* breakpoint.c (bpstat_causes_stop): New.
* breakpoint.h (bpstat_causes_stop): Declare.
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 500eaf8..93fdd8c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,13 @@ 2009-11-15 Pedro Alves <pedro@codesourcery.com> + * infrun.c (handle_inferior_event): When handling a fork or vfork + event, check if the bpstat causes a stop, instead of if it + explains the signal. + * breakpoint.c (bpstat_causes_stop): New. + * breakpoint.h (bpstat_causes_stop): Declare. + +2009-11-15 Pedro Alves <pedro@codesourcery.com> + * breakpoint.c (should_be_inserted): Don't insert breakpoints if the pspace doesn't allow breakpoints. (insert_breakpoint_locations): Remove waiting_for_vfork_done |