OSDN Git Service

* breakpoint.c (watchpoints_triggered): Use
authorpalves <palves>
Sat, 17 Apr 2010 18:42:45 +0000 (18:42 +0000)
committerpalves <palves>
Sat, 17 Apr 2010 18:42:45 +0000 (18:42 +0000)
commit2d8d5081ef76d7d909e5bf3682e1926ac95f34d6
tree93ab402020924b3ebd80262e864febf0a097ba93
parentd53a89061a11c570d52f2f932bdd799084823936
* breakpoint.c (watchpoints_triggered): Use
is_hardware_watchpoint.
(watchpoints_triggered): Ditto.
(bpstat_check_location): Use is_watchpoint and
is_hardware_watchpoint.
(bpstat_check_watchpoint): Use is_watchpoint and
is_hardware_watchpoint.
(bpstat_stop_status): Fix comment.
(user_settable_breakpoint): Use is_watchpoint.
(hw_watchpoint_used_count): Use is_hardware_watchpoint.
(disable_watchpoints_before_interactive_call_start): Use
is_watchpoint.
(enable_watchpoints_after_interactive_call_stop): Use
is_watchpoint.
(clear_command): Use is_watchpoint.
(do_enable_breakpoint): Use is_watchpoint.
gdb/ChangeLog
gdb/breakpoint.c