]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add target_ops argument to to_get_trace_state_variable_value
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:42:05 +0000 (21:42 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:26 +0000 (07:46 -0700)
commit4011015ba220e1f55b4e105e9feb7eaf78703681
treea5d9ad466519a42c64704e1799a9123b102683e8
parentbd4c67938f9885f36df3d5d9635aba4e8870b95d
Add target_ops argument to to_get_trace_state_variable_value

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

* tracepoint.c (tfile_get_trace_state_variable_value): Add 'self'
argument.
* target.h (struct target_ops)
<to_get_trace_state_variable_value>: Add argument.
(target_get_trace_state_variable_value): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_get_trace_state_variable_value): Add 'self'
argument.
* ctf.c (ctf_get_trace_state_variable_value): Add 'self' argument.
gdb/ChangeLog
gdb/ctf.c
gdb/remote.c
gdb/target.c
gdb/target.h
gdb/tracepoint.c