forked from Imagelibrary/binutils-gdb
Add target_ops argument to to_static_tracepoint_marker_at
2014-02-19 Tom Tromey <tromey@redhat.com> * target.h (struct target_ops) <to_static_tracepoint_marker_at>: Add argument. (target_static_tracepoint_marker_at): Add argument. * target.c (update_current_target): Update. * remote.c (remote_static_tracepoint_marker_at): Add 'self' argument.
This commit is contained in:
@@ -2892,7 +2892,7 @@ remote_threads_extra_info (struct target_ops *self, struct thread_info *tp)
|
||||
|
||||
|
||||
static int
|
||||
remote_static_tracepoint_marker_at (CORE_ADDR addr,
|
||||
remote_static_tracepoint_marker_at (struct target_ops *self, CORE_ADDR addr,
|
||||
struct static_tracepoint_marker *marker)
|
||||
{
|
||||
struct remote_state *rs = get_remote_state ();
|
||||
|
||||
Reference in New Issue
Block a user