]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
Add target_ops argument to to_get_trace_status
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:41:15 +0000 (21:41 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:22 +0000 (07:46 -0700)
commit8bd200f160af128f9e963490de816b6c98af2d1a
treee2a38004958157bb76521477d1c525517f673dc3
parente2d1aae3726343725f2381a7fdca8647b6086584
Add target_ops argument to to_get_trace_status

2014-02-19  Tom Tromey  <tromey@redhat.com>

* tracepoint.c (tfile_get_trace_status): Add 'self' argument.
* target.h (struct target_ops) <to_get_trace_status>: Add
argument.
(target_get_trace_status): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_trace_status): Add 'self' argument.
(remote_start_remote, remote_can_download_tracepoint): Update.
* ctf.c (ctf_get_trace_status): Add 'self' argument.
gdb/ChangeLog
gdb/ctf.c
gdb/remote.c
gdb/target.c
gdb/target.h
gdb/tracepoint.c