Add target_ops argument to to_info_record
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 4ff760265c178c44d07904e055f06c73ae8ac869..1bc4d8cd8d78645ae8cdf75cb753d48189e1d94e 100644 (file)
@@ -1,3 +1,85 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_info_record>: Add argument.
+       * target.c (target_info_record): Add argument.
+       * record.c (info_record_command): Add argument.
+       * record-full.c (record_full_info): Add 'self' argument.
+       * record-btrace.c (record_btrace_info): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_stop_recording>: Add argument.
+       * target.c (target_stop_recording): Add argument.
+       * record.c (record_stop): Add argument.
+       * record-btrace.c (record_btrace_stop_recording): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_read_btrace>: Add argument.
+       * target.c (struct target_ops) <to_read_btrace>: Add argument.
+       * remote.c (struct target_ops) <to_read_btrace>: Add 'self'
+       argument.
+       * amd64-linux-nat.c (amd64_linux_read_btrace): New function.
+       (_initialize_amd64_linux_nat): Use it.
+       * i386-linux-nat.c (i386_linux_read_btrace): New function.
+       (_initialize_i386_linux_nat): Use it.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_teardown_btrace>: Add argument.
+       * target.c (target_teardown_btrace): Add argument.
+       * remote.c (remote_teardown_btrace): Add 'self' argument.
+       * i386-linux-nat.c (i386_linux_teardown_btrace): Add 'self'
+       argument.
+       * amd64-linux-nat.c (amd64_linux_teardown_btrace): Add 'self'
+       argument.
+
+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.
+
+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.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_can_use_agent>: Add argument.
+       (target_can_use_agent): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_can_use_agent): Add 'self' argument.
+       * inf-child.c (inf_child_can_use_agent): Add 'self' argument.
+
+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.036115 seconds and 4 git commands to generate.