mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-27 22:48:57 +08:00
convert to_remove_watchpoint
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_remove_watchpoint. * target.h (struct target_ops) <to_remove_watchpoint>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -468,7 +468,8 @@ struct target_ops
|
||||
/* Documentation of what the two routines below are expected to do is
|
||||
provided with the corresponding target_* macros. */
|
||||
int (*to_remove_watchpoint) (struct target_ops *,
|
||||
CORE_ADDR, int, int, struct expression *);
|
||||
CORE_ADDR, int, int, struct expression *)
|
||||
TARGET_DEFAULT_RETURN (-1);
|
||||
int (*to_insert_watchpoint) (struct target_ops *,
|
||||
CORE_ADDR, int, int, struct expression *)
|
||||
TARGET_DEFAULT_RETURN (-1);
|
||||
|
Reference in New Issue
Block a user