Add target_ops argument to to_enable_btrace
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:45:35 +0000 (21:45 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:42 +0000 (07:46 -0700)
commite3c49f88a28ae59ca4d339fac721719038da746d
tree11c42df36c8b72a3bcb8a7c96b445489ac72eb43
parentfe38f8971f81ab42937d4c22f85bba5d8e48ada9
Add target_ops argument to to_enable_btrace

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

* target.h (struct target_ops) <to_enable_btrace>: Add argument.
* target.c (target_enable_btrace): Add argument.
* remote.c (remote_enable_btrace): Add 'self' argument.
* i386-linux-nat.c (i386_linux_enable_btrace): Add 'self'
argument.
* amd64-linux-nat.c (amd64_linux_enable_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.027795 seconds and 4 git commands to generate.