mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
convert to_can_accel_watchpoint_condition
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_can_accel_watchpoint_condition. * target.h (struct target_ops) <to_can_accel_watchpoint_condition>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -496,7 +496,8 @@ struct target_ops
|
||||
|
||||
int (*to_can_accel_watchpoint_condition) (struct target_ops *,
|
||||
CORE_ADDR, int, int,
|
||||
struct expression *);
|
||||
struct expression *)
|
||||
TARGET_DEFAULT_RETURN (0);
|
||||
int (*to_masked_watch_num_registers) (struct target_ops *,
|
||||
CORE_ADDR, CORE_ADDR);
|
||||
void (*to_terminal_init) (struct target_ops *);
|
||||
|
Reference in New Issue
Block a user