mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
convert to_goto_bookmark
2014-02-19 Tom Tromey <tromey@redhat.com> * target-delegates.c: Rebuild. * target.c (update_current_target): Don't inherit or default to_goto_bookmark. (dummy_goto_bookmark): Remove. (init_dummy_target): Don't inherit or default to_goto_bookmark. * target.h (struct target_ops) <to_goto_bookmark>: Use TARGET_DEFAULT_NORETURN.
This commit is contained in:
@ -591,7 +591,8 @@ struct target_ops
|
||||
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);
|
||||
void (*to_goto_bookmark) (struct target_ops *, gdb_byte *, int)
|
||||
TARGET_DEFAULT_NORETURN (tcomplain ());
|
||||
/* Return the thread-local address at OFFSET in the
|
||||
thread-local storage for the thread PTID and the shared library
|
||||
or executable file given by OBJFILE. If that block of
|
||||
|
Reference in New Issue
Block a user