Add target_ops argument to to_set_trace_notes
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_set_trace_notes>: Add argument. (target_set_trace_notes): Add argument. * target.c (update_current_target): Update. * remote.c (remote_set_trace_notes): Add 'self' argument.
This commit is contained in:
parent
4da384beed
commit
d9e68a2c60
4 changed files with 15 additions and 4 deletions
|
@ -11144,7 +11144,8 @@ remote_set_trace_buffer_size (struct target_ops *self, LONGEST val)
|
|||
}
|
||||
|
||||
static int
|
||||
remote_set_trace_notes (const char *user, const char *notes,
|
||||
remote_set_trace_notes (struct target_ops *self,
|
||||
const char *user, const char *notes,
|
||||
const char *stop_notes)
|
||||
{
|
||||
struct remote_state *rs = get_remote_state ();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue