Add target_ops argument to to_teardown_btrace
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 07b9bf44976a0ba93bd855bcbe646396a44c0337..5c9b175e5e0e0be27b5eef9822b16daf8ba95fce 100644 (file)
@@ -1,3 +1,49 @@
+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.
This page took 0.024385 seconds and 4 git commands to generate.