mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 19:09:31 +08:00
convert to_region_ok_for_hw_watchpoint
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_region_ok_for_hw_watchpoint. * target.h (struct target_ops) <to_region_ok_for_hw_watchpoint>: Use TARGET_DEFAULT_FUNC.
This commit is contained in:
@ -491,7 +491,8 @@ struct target_ops
|
||||
/* Documentation of this routine is provided with the corresponding
|
||||
target_* macro. */
|
||||
int (*to_region_ok_for_hw_watchpoint) (struct target_ops *,
|
||||
CORE_ADDR, int);
|
||||
CORE_ADDR, int)
|
||||
TARGET_DEFAULT_FUNC (default_region_ok_for_hw_watchpoint);
|
||||
|
||||
int (*to_can_accel_watchpoint_condition) (struct target_ops *,
|
||||
CORE_ADDR, int, int,
|
||||
|
Reference in New Issue
Block a user