* breakpoint.c (should_be_inserted): Don't insert breakpoints if
authorPedro Alves <palves@redhat.com>
Sun, 15 Nov 2009 20:08:03 +0000 (20:08 +0000)
committerPedro Alves <palves@redhat.com>
Sun, 15 Nov 2009 20:08:03 +0000 (20:08 +0000)
commit56710373a0ab471d0891ad49b5c2a70f53cfc00d
tree56dd84ef4a022e7b9126349c55a3a44bb97b6f74
parent8a9eab9b5ee88bda4d83a237e3a3c0723530a51e
* breakpoint.c (should_be_inserted): Don't insert breakpoints if
the pspace doesn't allow breakpoints.
(insert_breakpoint_locations): Remove waiting_for_vfork_done
special case.  Expect watchpoints that shouldn't be inserted, to
not be inserted.
* progspace.h (struct program_space) <breakpoints_not_allowed>:
New field.
* infrun.c (handle_inferior_event): Clear it.
* linux-nat.c (linux_child_follow_fork): Set it.
gdb/ChangeLog
gdb/breakpoint.c
gdb/infrun.c
gdb/linux-nat.c
gdb/progspace.h
This page took 0.027009 seconds and 4 git commands to generate.