forked from Imagelibrary/binutils-gdb
Add target_ops argument to to_trace_find
2014-02-19 Tom Tromey <tromey@redhat.com> * tracepoint.c (tfile_trace_find): Add 'self' argument. * target.h (struct target_ops) <to_trace_find>: Add argument. (target_trace_find): Add argument. * target.c (update_current_target): Update. * remote.c (remote_trace_find): Add 'self' argument. * ctf.c (ctf_trace_find): Add 'self' argument.
This commit is contained in:
@@ -4839,7 +4839,7 @@ tfile_get_traceframe_address (off_t tframe_offset)
|
||||
each. */
|
||||
|
||||
static int
|
||||
tfile_trace_find (enum trace_find_type type, int num,
|
||||
tfile_trace_find (struct target_ops *self, enum trace_find_type type, int num,
|
||||
CORE_ADDR addr1, CORE_ADDR addr2, int *tpp)
|
||||
{
|
||||
short tpnum;
|
||||
|
||||
Reference in New Issue
Block a user