Add target_ops argument to to_enable_tracepoint
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index ad04f80843381b7d63b5d2e43a378c5ad0fcdab7..fa4b5cfdbeb08cb303bb3e65b242f4ac9cae384f 100644 (file)
@@ -1,3 +1,143 @@
+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.
+       * target.c (target_fileio_pread): Add argument.
+       * remote.c (remote_hostio_pread): Add 'self' argument.
+       (remote_bfd_iovec_pread, remote_file_get): Update.
+       * inf-child.c (inf_child_fileio_pread): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_fileio_pwrite>: Add argument.
+       * target.c (target_fileio_pwrite): Add argument.
+       * remote.c (remote_hostio_pwrite): Add 'self' argument.
+       (remote_file_put): Update.
+       * inf-child.c (inf_child_fileio_pwrite): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_fileio_open>: Add argument.
+       * target.c (target_fileio_open): Add argument.
+       * remote.c (remote_hostio_open): Add 'self' argument.
+       (remote_bfd_iovec_open): Add 'self' argument.
+       (remote_file_put): Add 'self' argument.
+       (remote_file_get): Add 'self' argument.
+       * inf-child.c (inf_child_fileio_open): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_can_run_breakpoint_commands>:
+       Add argument.
+       (target_can_run_breakpoint_commands): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_can_run_breakpoint_commands): Add 'self'
+       argument.
+       (remote_insert_breakpoint): Add 'self' argument.
+       (remote_insert_hw_breakpoint): Add 'self' argument.
+       (remote_can_run_breakpoint_commands): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops)
+       <to_supports_evaluation_of_breakpoint_conditions>: Add argument.
+       (target_supports_evaluation_of_breakpoint_conditions): Add
+       argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_supports_cond_breakpoints): Add 'self'
+       argument.
+       (remote_insert_breakpoint): Add 'self' argument.
+       (remote_insert_hw_breakpoint): Add 'self' argument.
+       (remote_supports_cond_breakpoints): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_supports_string_tracing>: Add
+       argument.
+       (target_supports_string_tracing): Add argument.
+       * target.c (update_current_target): Update.
+       * remote.c (remote_supports_string_tracing): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops)
+       <to_supports_disable_randomization>: Add argument.
+       * target.c (find_default_supports_disable_randomization): Add
+       argument.
+       (target_supports_disable_randomization): Add argument.
+       (find_default_supports_disable_randomization): Add 'self'
+       argument.
+       * remote.c (extended_remote_supports_disable_randomization): Add
+       'self' argument.
+       (remote_supports_disable_randomization): Add 'self' argument.
+       (extended_remote_create_inferior): Update.
+       * linux-nat.c (linux_nat_supports_disable_randomization): Add
+       'self' argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops)
This page took 0.023626 seconds and 4 git commands to generate.