Add target_ops argument to to_use_agent
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index aa018e8a0ca882759ebd8e662cd5d1f09fba4bf9..2ae2e4145813bc463714dc61f2ca1a57d484cf92 100644 (file)
@@ -1,3 +1,269 @@
+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.
+       * target.h (struct target_ops) <to_get_tracepoint_status>: Add
+       argument.
+       (target_get_tracepoint_status): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_get_tracepoint_status): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * tracepoint.c (tfile_get_trace_status): Add 'self' argument.
+       * target.h (struct target_ops) <to_get_trace_status>: Add
+       argument.
+       (target_get_trace_status): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_get_trace_status): Add 'self' argument.
+       (remote_start_remote, remote_can_download_tracepoint): Update.
+       * ctf.c (ctf_get_trace_status): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_trace_start>: Add argument.
+       (target_trace_start): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_trace_start): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_trace_set_readonly_regions>:
+       Add argument.
+       (target_trace_set_readonly_regions): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_trace_set_readonly_regions): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_disable_tracepoint>: Add
+       argument.
+       (target_disable_tracepoint): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_disable_tracepoint): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_enable_tracepoint>: Add
+       argument.
+       (target_enable_tracepoint): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_enable_tracepoint): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_download_trace_state_variable>:
+       Add argument.
+       (target_download_trace_state_variable): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_download_trace_state_variable): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_can_download_tracepoint>: Add
+       argument.
+       (target_can_download_tracepoint): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_can_download_tracepoint): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_download_tracepoint>: Add
+       argument.
+       (target_download_tracepoint): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_download_tracepoint): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_trace_init>: Add argument.
+       (target_trace_init): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_trace_init): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_fileio_readlink>: Add argument.
+       * target.c (target_fileio_readlink): Add argument.
+       * remote.c (remote_hostio_readlink): Add 'self' argument.
+       * inf-child.c (inf_child_fileio_readlink): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_fileio_unlink>: Add argument.
+       * target.c (target_fileio_unlink): Add argument.
+       * remote.c (remote_hostio_unlink): Add 'self' argument.
+       (remote_file_delete): Update.
+       * inf-child.c (inf_child_fileio_unlink): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_fileio_close>: Add argument.
+       * target.c (target_fileio_close): Add argument.
+       * remote.c (remote_hostio_close): Add 'self' argument.
+       (remote_hostio_close_cleanup): Update.
+       (remote_bfd_iovec_close, remote_file_put, remote_file_get):
+       Update.
+       * inf-child.c (inf_child_fileio_close): Add 'self' argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_fileio_pread>: Add argument.
This page took 0.027261 seconds and 4 git commands to generate.