OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Thu, 24 Dec 2009 08:18:08 +0000 (08:18 +0000)
committerjkratoch <jkratoch>
Thu, 24 Dec 2009 08:18:08 +0000 (08:18 +0000)
commitd1ba7ee5732d29bc9eaa04404cbb4cd1dc4b8391
tree369a7648d5451fb29db09ee1d0e43628b23db3a4
parent7c3780581f410e54467ca104a4e138307e8aec41
gdb/
* breakpoint.c (bpstat_stop_status): Iterate using ALL_BREAKPOINTS and
the B->LOC list.  Remove gdb_assert on B.  Change bp_hardware_watchpoint
continue to break.  Remove variable update_locations.  Remove HIT_COUNT
increment protection by an ENABLE_STATE check.  Inline the delayed
update_global_location_list call.

gdb/testsuite/
* gdb.base/condbreak.exp: Put breakpoint on marker3 and marker4.
(bp_location13, bp_location14, bp_location17, bp_location18)
(marker3_proto, marker4_proto): New variables.
(breakpoint info): Update output.
(run until breakpoint at marker3, run until breakpoint at marker4): New
tests.
gdb/ChangeLog
gdb/breakpoint.c
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/condbreak.exp