From db90e85c816768fbe50c79477cd596071349af9c Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Tue, 17 Dec 2013 21:41:27 -0700 Subject: Add target_ops argument to to_get_tracepoint_status 2014-02-19 Tom Tromey * tracepoint.c (tfile_get_tracepoint_status): Add 'self' argument. * target.h (struct target_ops) : Add argument. (target_get_tracepoint_status): Add argument. * target.c (update_current_target): Update. * remote.c (remote_get_tracepoint_status): Add 'self' argument. --- gdb/tracepoint.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gdb/tracepoint.c') diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index d20a99e..6698dd6 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -4793,7 +4793,8 @@ tfile_get_trace_status (struct target_ops *self, struct trace_status *ts) } static void -tfile_get_tracepoint_status (struct breakpoint *tp, struct uploaded_tp *utp) +tfile_get_tracepoint_status (struct target_ops *self, + struct breakpoint *tp, struct uploaded_tp *utp) { /* Other bits of trace status were collected as part of opening the trace files, so nothing to do here. */ -- cgit v1.1