Add target_ops argument to to_use_agent
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4ff760265c178c44d07904e055f06c73ae8ac869..2ae2e4145813bc463714dc61f2ca1a57d484cf92 100644 (file)
@@ -1,3 +1,20 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_use_agent>: Add argument.
+       (target_use_agent): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_use_agent): Add 'self' argument.
+       * inf-child.c (inf_child_use_agent): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * tracepoint.c (tfile_traceframe_info): Add 'self' argument.
+       * target.h (struct target_ops) <to_traceframe_info>: Add argument.
+       (target_traceframe_info): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_traceframe_info): Add 'self' argument.
+       * ctf.c (ctf_traceframe_info): Add 'self' argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (target_static_tracepoint_markers_by_strid): Add
This page took 0.024715 seconds and 4 git commands to generate.