Add target_ops argument to to_info_record
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b6a692caba3e4e02b6030cb39794fdbc576e6e7d..1bc4d8cd8d78645ae8cdf75cb753d48189e1d94e 100644 (file)
@@ -1,3 +1,225 @@
+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
+       argument.
+       (struct target_ops) <to_static_tracepoint_markers_by_strid>: Add
+       'self' argument.
+       * target.c (update_current_target): Update.
+       * remote.c (struct target_ops)
+       <to_static_tracepoint_markers_by_strid>: Add 'self' argument.
+       * linux-nat.c (struct target_ops)
+       <to_static_tracepoint_markers_by_strid>: Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_static_tracepoint_marker_at>:
+       Add argument.
+       (target_static_tracepoint_marker_at): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_static_tracepoint_marker_at): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_set_permissions>: Add argument.
+       (target_set_permissions): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_set_permissions): Add 'self' argument.
+       (remote_start_remote): Update.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * windows-nat.c (windows_get_tib_address): Add 'self' argument.
+       * target.h (struct target_ops) <to_get_tib_address>: Add argument.
+       (target_get_tib_address): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_get_tib_address): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_set_trace_notes>: Add argument.
+       (target_set_trace_notes): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_set_trace_notes): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_set_trace_buffer_size>: Add
+       argument.
+       (target_set_trace_buffer_size): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_set_trace_buffer_size): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_set_circular_trace_buffer>: Add
+       argument.
+       (target_set_circular_trace_buffer): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_set_circular_trace_buffer): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_set_disconnected_tracing>: Add
+       argument.
+       (target_set_disconnected_tracing): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_set_disconnected_tracing): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops)
+       <to_get_min_fast_tracepoint_insn_len>: Add argument.
+       (target_get_min_fast_tracepoint_insn_len): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_get_min_fast_tracepoint_insn_len): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_get_raw_trace_data>: Add
+       argument.
+       (target_get_raw_trace_data): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_get_raw_trace_data): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_upload_trace_state_variables>:
+       Add argument.
+       (target_upload_trace_state_variables): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_upload_trace_state_variables): Add 'self'
+       argument.
+       (remote_start_remote): Update.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_upload_tracepoints>: Add
+       argument.
+       (target_upload_tracepoints): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_upload_tracepoints): Add 'self' argument.
+       (remote_start_remote): Update.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_save_trace_data>: Add argument.
+       (target_save_trace_data): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_save_trace_data): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * tracepoint.c (tfile_get_trace_state_variable_value): Add 'self'
+       argument.
+       * target.h (struct target_ops)
+       <to_get_trace_state_variable_value>: Add argument.
+       (target_get_trace_state_variable_value): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_get_trace_state_variable_value): Add 'self'
+       argument.
+       * ctf.c (ctf_get_trace_state_variable_value): Add 'self' argument.
+
+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.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_trace_stop>: Add argument.
+       (target_trace_stop): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_trace_stop): Add 'self' argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * tracepoint.c (tfile_get_tracepoint_status): Add 'self' argument.
This page took 0.025323 seconds and 4 git commands to generate.