]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/remote.c
Add target_ops argument to to_disable_tracepoint
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:40:38 +0000 (21:40 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:19 +0000 (07:46 -0700)
commit780b049caa49b72635b2b84ef47d35c9c2f91473
tree09a50605cd8ab457bea64bfbdc3cb8605e87672c
parent46670d57e303c34906cafefb09c250fe8c3c3390
Add target_ops argument to to_disable_tracepoint

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

* target.h (struct target_ops) <to_disable_tracepoint>: Add
argument.
(target_disable_tracepoint): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_disable_tracepoint): Add 'self' argument.
gdb/ChangeLog
gdb/remote.c
gdb/target.c
gdb/target.h