* target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
authorGrace Sainsbury <graces@redhat.com>
Thu, 1 Aug 2002 21:20:14 +0000 (21:20 +0000)
committerGrace Sainsbury <graces@redhat.com>
Thu, 1 Aug 2002 21:20:14 +0000 (21:20 +0000)
commitccaa32c7e8122cea2014dd13cffd8d495ab48bf0
treed58334ca8743e92c49d39c3f7656f4f5bfb7a781
parent9860559818f2a3fe6306660aa37e3e9bbf3cfe0b
* target.h: Add to_insert_hw_breakpoint, to_remove_hw_breakpoint,
to_insert_watchpoint, to_remove_watchpoint,
to_stopped_by_watchpoint, to_stopped_data_address,
to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint to
target vecctor. Define their corresponding macros so they call
them.

* target.c: Add default and debug versions of for
to_insert_hw_breakpoint, to_remove_hw_breakpoint,
to_insert_watchpoint, to_remove_watchpoint,
to_stopped_by_watchpoint, to_stopped_data_address,
to_region_size_ok_for_hw_watchpoint, to_can_use_hw_breakpoint.
gdb/ChangeLog
gdb/target.c
gdb/target.h
This page took 0.026413 seconds and 4 git commands to generate.