* breakpoint.c (watchpoints_triggered): Use
authorPedro Alves <palves@redhat.com>
Sat, 17 Apr 2010 18:42:46 +0000 (18:42 +0000)
committerPedro Alves <palves@redhat.com>
Sat, 17 Apr 2010 18:42:46 +0000 (18:42 +0000)
commitcc60f2e3729df42687fafc8344c40603a39650bf
tree2860ad61af9baae94b0847177d9cd5cfe6350eca
parentf6d1620c59c78e1861bf5afdebdbce856fa972f7
* 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