mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-23 19:50:13 +08:00
convert to_can_use_hw_breakpoint
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_can_use_hw_breakpoint. * target.h (struct target_ops) <to_can_use_hw_breakpoint>: Use TARGET_DEFAULT_RETURN.
This commit is contained in:
@ -455,7 +455,8 @@ struct target_ops
|
||||
int (*to_remove_breakpoint) (struct target_ops *, struct gdbarch *,
|
||||
struct bp_target_info *)
|
||||
TARGET_DEFAULT_FUNC (memory_remove_breakpoint);
|
||||
int (*to_can_use_hw_breakpoint) (struct target_ops *, int, int, int);
|
||||
int (*to_can_use_hw_breakpoint) (struct target_ops *, int, int, int)
|
||||
TARGET_DEFAULT_RETURN (0);
|
||||
int (*to_ranged_break_num_registers) (struct target_ops *);
|
||||
int (*to_insert_hw_breakpoint) (struct target_ops *,
|
||||
struct gdbarch *, struct bp_target_info *);
|
||||
|
Reference in New Issue
Block a user