OSDN Git Service

gdb/
authorjkratoch <jkratoch>
Wed, 23 Dec 2009 23:18:08 +0000 (23:18 +0000)
committerjkratoch <jkratoch>
Wed, 23 Dec 2009 23:18:08 +0000 (23:18 +0000)
commit5c7871b0237eb353e8b43f4d08c1d551d47c5fff
tree16e30c120882ad338360167f6abeb9e01888869d
parent4af08e7ff4a3e9e42925201a45994fe3776cc64e
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