mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-07-02 02:45:37 +08:00
convert to_make_corefile_notes
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_make_corefile_notes. (init_dummy_target): Don't initialize to_make_corefile_notes. * target.h (struct target_ops) <to_make_corefile_notes>: Use TARGET_DEFAULT_FUNC.
This commit is contained in:
@ -585,7 +585,8 @@ struct target_ops
|
||||
find_memory_region_ftype func, void *data)
|
||||
TARGET_DEFAULT_FUNC (dummy_find_memory_regions);
|
||||
/* make_corefile_notes support method for gcore */
|
||||
char * (*to_make_corefile_notes) (struct target_ops *, bfd *, int *);
|
||||
char * (*to_make_corefile_notes) (struct target_ops *, bfd *, int *)
|
||||
TARGET_DEFAULT_FUNC (dummy_make_corefile_notes);
|
||||
/* get_bookmark support method for bookmarks */
|
||||
gdb_byte * (*to_get_bookmark) (struct target_ops *, char *, int);
|
||||
/* goto_bookmark support method for bookmarks */
|
||||
|
Reference in New Issue
Block a user