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:
Tom Tromey 2013-12-17 21:36:04 -07:00
parent fc6691b259
commit dd0e2830ee
4 changed files with 11 additions and 4 deletions

View file

@ -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;