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