mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 09:14:14 +08:00
Add target_ops argument to to_get_bookmark
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_get_bookmark>: Add argument. (target_get_bookmark): Add argument. * target.c (dummy_get_bookmark): Add 'self' argument. * record-full.c (record_full_get_bookmark): Add 'self' argument.
This commit is contained in:
@ -3788,7 +3788,7 @@ dummy_make_corefile_notes (struct target_ops *self,
|
||||
|
||||
/* Error-catcher for target_get_bookmark. */
|
||||
static gdb_byte *
|
||||
dummy_get_bookmark (char *ignore1, int ignore2)
|
||||
dummy_get_bookmark (struct target_ops *self, char *ignore1, int ignore2)
|
||||
{
|
||||
tcomplain ();
|
||||
return NULL;
|
||||
|
Reference in New Issue
Block a user