]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Add target_ops argument to to_static_tracepoint_marker_at
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:44:32 +0000 (21:44 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:37 +0000 (07:46 -0700)
commit61fc905df366744e1501cccd7ba030f50e6c7850
treecdf8d7940c9070eb1779f5c85ce0af74481f0cfd
parentc378d69dffc04b96a99e08f8df7a117ac0e57dbf
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.
gdb/ChangeLog
gdb/remote.c
gdb/target.c
gdb/target.h