]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/target.h
Add target_ops argument to to_get_tracepoint_status
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:41:27 +0000 (21:41 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:23 +0000 (07:46 -0700)
commitdb90e85c816768fbe50c79477cd596071349af9c
tree3591c8997d8f95f9c1cb1674a2d0d4551f4b0591
parent8bd200f160af128f9e963490de816b6c98af2d1a
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.
gdb/ChangeLog
gdb/remote.c
gdb/target.c
gdb/target.h
gdb/tracepoint.c