]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
Add target_ops argument to to_teardown_btrace
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:46:00 +0000 (21:46 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:44 +0000 (07:46 -0700)
commit1777056d68eff4d68e0e00314d6050abaf9dff5f
tree8f257637ec1d405691a9cac3e3709ae5d6939822
parent25e95349d8bc9dc7b2374cc0f684c5c6fbc6219a
Add target_ops argument to to_teardown_btrace

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

* target.h (struct target_ops) <to_teardown_btrace>: Add argument.
* target.c (target_teardown_btrace): Add argument.
* remote.c (remote_teardown_btrace): Add 'self' argument.
* i386-linux-nat.c (i386_linux_teardown_btrace): Add 'self'
argument.
* amd64-linux-nat.c (amd64_linux_teardown_btrace): Add 'self'
argument.
gdb/ChangeLog
gdb/amd64-linux-nat.c
gdb/i386-linux-nat.c
gdb/remote.c
gdb/target.c
gdb/target.h