aboutsummaryrefslogtreecommitdiff
path: root/gdb/tracepoint.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2013-12-17 21:44:57 -0700
committerTom Tromey <tromey@redhat.com>2014-02-19 07:46:39 -0700
commita893e81f187e3ffd69a90bd8181571628f74794e (patch)
treeb142601542b1771b72d596f3aba0f3fcadbf307f /gdb/tracepoint.c
parentc686c57f020c9b20ea120ec19cacce773ae789de (diff)
Add target_ops argument to to_traceframe_info
2014-02-19 Tom Tromey <tromey@redhat.com> * tracepoint.c (tfile_traceframe_info): Add 'self' argument. * target.h (struct target_ops) <to_traceframe_info>: Add argument. (target_traceframe_info): Add argument. * target.c (update_current_target): Update. * remote.c (remote_traceframe_info): Add 'self' argument. * ctf.c (ctf_traceframe_info): Add 'self' argument.
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r--gdb/tracepoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c
index 9021de00f2..de4f6af252 100644
--- a/gdb/tracepoint.c
+++ b/gdb/tracepoint.c
@@ -5328,7 +5328,7 @@ build_traceframe_info (char blocktype, void *data)
}
static struct traceframe_info *
-tfile_traceframe_info (void)
+tfile_traceframe_info (struct target_ops *self)
{
struct traceframe_info *info = XCNEW (struct traceframe_info);