Add target_ops argument to to_can_run
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index b0fc6b1a301b6f729163d2c83b2d2a0516e39ace..1cbdfe6f1bae68cc1d3653d8c5e35795c5b6e324 100644 (file)
@@ -1,3 +1,60 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * windows-nat.c (windows_can_run): Add 'self' argument.
+       * target.h (struct target_ops) <to_can_run>: Add argument.
+       (target_can_run): Add argument.
+       * target.c (debug_to_can_run): Add argument.
+       (update_current_target): Update.
+       * nto-procfs.c (procfs_can_run): Add 'self' argument.
+       * inf-child.c (inf_child_can_run): Add 'self' argument.
+       * go32-nat.c (go32_can_run): Add 'self' argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_has_exited>: Add argument.
+       (target_has_exited): Add argument.
+       * target.c (debug_to_has_exited): Add argument.
+       (update_current_target): Update.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_set_syscall_catchpoint>: Add
+       argument.
+       (target_set_syscall_catchpoint): Add argument.
+       * linux-nat.c (linux_child_set_syscall_catchpoint): Add 'self'
+       argument.
+       * target.c (update_current_target): Update.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_remove_exec_catchpoint>: Add
+       argument.
+       (target_remove_exec_catchpoint): Add argument.
+       * target.c (debug_to_remove_exec_catchpoint): Add argument.
+       (update_current_target): Update.
+       * linux-nat.c (linux_child_remove_exec_catchpoint): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_insert_exec_catchpoint>: Add
+       argument.
+       (target_insert_exec_catchpoint): Add argument.
+       * target.c (debug_to_insert_exec_catchpoint): Add argument.
+       (update_current_target): Update.
+       * linux-nat.c (linux_child_insert_exec_catchpoint): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_remove_vfork_catchpoint>: Add
+       argument.
+       (target_remove_vfork_catchpoint): Add argument.
+       * target.c (debug_to_remove_vfork_catchpoint): Add argument.
+       (update_current_target): Update.
+       * linux-nat.c (linux_child_remove_vfork_catchpoint): Add 'self'
+       argument.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_insert_vfork_catchpoint>: Add
This page took 0.026881 seconds and 4 git commands to generate.