Add target_ops argument to to_trace_find
authorTom Tromey <tromey@redhat.com>
Wed, 18 Dec 2013 04:41:52 +0000 (21:41 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 19 Feb 2014 14:46:25 +0000 (07:46 -0700)
commitbd4c67938f9885f36df3d5d9635aba4e8870b95d
tree4a1a9c5202f576c249631c06172a7a9468b7d1aa
parent74499f1bf25edf94415bb692a7cf71b719897738
Add target_ops argument to to_trace_find

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

* tracepoint.c (tfile_trace_find): Add 'self' argument.
* target.h (struct target_ops) <to_trace_find>: Add argument.
(target_trace_find): Add argument.
* target.c (update_current_target): Update.
* remote.c (remote_trace_find): Add 'self' argument.
* ctf.c (ctf_trace_find): Add 'self' argument.
gdb/ChangeLog
gdb/ctf.c
gdb/remote.c
gdb/target.c
gdb/target.h
gdb/tracepoint.c
This page took 0.026808 seconds and 4 git commands to generate.