mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
convert to_get_bookmark
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_get_bookmark. (dummy_get_bookmark): Remove. (init_dummy_target): Don't inherit or default to_get_bookmark. * target.h (struct target_ops) <to_get_bookmark>: Use TARGET_DEFAULT_NORETURN
This commit is contained in:
@ -588,7 +588,8 @@ struct target_ops
|
||||
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);
|
||||
gdb_byte * (*to_get_bookmark) (struct target_ops *, char *, int)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
/* goto_bookmark support method for bookmarks */
|
||||
void (*to_goto_bookmark) (struct target_ops *, gdb_byte *, int);
|
||||
/* Return the thread-local address at OFFSET in the
|
||||
|
Reference in New Issue
Block a user