]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/record-full.c
Add target_ops argument to to_goto_record
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:47:52 +0000 (21:47 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:52 +0000 (07:46 -0700)
commit606183ac2c604257107f243f772fb5fb23d47968
tree18e662608e6f5bdf234111f4609421115713c2e5
parent307a1b91cc39d8329e09b8d913a9a0391d7ac1ad
Add target_ops argument to to_goto_record

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

* target.h (struct target_ops) <to_goto_record>: Add argument.
* target.c (target_goto_record): Add argument.
* record-full.c (record_full_goto): Add 'self' argument.
* record-btrace.c (record_btrace_goto): Add 'self' argument.
gdb/ChangeLog
gdb/record-btrace.c
gdb/record-full.c
gdb/target.c
gdb/target.h