forked from Imagelibrary/binutils-gdb
Add target_ops argument to to_get_trace_state_variable_value
2014-02-19 Tom Tromey <tromey@redhat.com> * tracepoint.c (tfile_get_trace_state_variable_value): Add 'self' argument. * target.h (struct target_ops) <to_get_trace_state_variable_value>: Add argument. (target_get_trace_state_variable_value): Add argument. * target.c (update_current_target): Update. * remote.c (remote_get_trace_state_variable_value): Add 'self' argument. * ctf.c (ctf_get_trace_state_variable_value): Add 'self' argument.
This commit is contained in:
@@ -10914,7 +10914,8 @@ remote_trace_find (struct target_ops *self,
|
||||
}
|
||||
|
||||
static int
|
||||
remote_get_trace_state_variable_value (int tsvnum, LONGEST *val)
|
||||
remote_get_trace_state_variable_value (struct target_ops *self,
|
||||
int tsvnum, LONGEST *val)
|
||||
{
|
||||
struct remote_state *rs = get_remote_state ();
|
||||
char *reply;
|
||||
|
||||
Reference in New Issue
Block a user