mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 05:47:26 +08:00
convert to_insert_watchpoint
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_insert_watchpoint. * target.h (struct target_ops) <to_insert_watchpoint>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -470,7 +470,8 @@ struct target_ops
|
||||
int (*to_remove_watchpoint) (struct target_ops *,
|
||||
CORE_ADDR, int, int, struct expression *);
|
||||
int (*to_insert_watchpoint) (struct target_ops *,
|
||||
CORE_ADDR, int, int, struct expression *);
|
||||
CORE_ADDR, int, int, struct expression *)
|
||||
TARGET_DEFAULT_RETURN (-1);
|
||||
|
||||
int (*to_insert_mask_watchpoint) (struct target_ops *,
|
||||
CORE_ADDR, CORE_ADDR, int);
|
||||
|
Reference in New Issue
Block a user