mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-22 05:35:16 +08:00
Add target_ops argument to to_get_tracepoint_status
2014-02-19 Tom Tromey <tromey@redhat.com> * tracepoint.c (tfile_get_tracepoint_status): Add 'self' argument. * target.h (struct target_ops) <to_get_tracepoint_status>: Add argument. (target_get_tracepoint_status): Add argument. * target.c (update_current_target): Update. * remote.c (remote_get_tracepoint_status): Add 'self' argument.
This commit is contained in:
@ -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. */
|
||||
|
Reference in New Issue
Block a user