Add target_ops argument to to_disable_btrace
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:45:48 +0000 (21:45 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:43 +0000 (07:46 -0700)
commit25e95349d8bc9dc7b2374cc0f684c5c6fbc6219a
tree84e5243756c73c209e426aacaa09f6220906950a
parente3c49f88a28ae59ca4d339fac721719038da746d
Add target_ops argument to to_disable_btrace

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

* target.h (struct target_ops) <to_disable_btrace>: Add argument.
* target.c (target_disable_btrace): Add argument.
* remote.c (remote_disable_btrace): Add 'self' argument.
* i386-linux-nat.c (i386_linux_disable_btrace): Add 'self'
argument.
* amd64-linux-nat.c (amd64_linux_disable_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
This page took 0.025506 seconds and 4 git commands to generate.