Add target_ops argument to to_save_trace_data
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_save_trace_data>: Add argument. (target_save_trace_data): Add argument. * target.c (update_current_target): Update. * remote.c (remote_save_trace_data): Add 'self' argument.
This commit is contained in:
parent
4011015ba2
commit
dc3decafdd
4 changed files with 11 additions and 4 deletions
|
@ -10939,7 +10939,7 @@ remote_get_trace_state_variable_value (struct target_ops *self,
|
|||
}
|
||||
|
||||
static int
|
||||
remote_save_trace_data (const char *filename)
|
||||
remote_save_trace_data (struct target_ops *self, const char *filename)
|
||||
{
|
||||
struct remote_state *rs = get_remote_state ();
|
||||
char *p, *reply;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue