Add target_ops argument to to_insert_vfork_catchpoint
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 3db2aa636ab03fdc6a710ef31c05c9f3fa1b5b5b..b0fc6b1a301b6f729163d2c83b2d2a0516e39ace 100644 (file)
@@ -1,3 +1,58 @@
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_insert_vfork_catchpoint>: Add
+       argument.
+       (target_insert_vfork_catchpoint): Add argument.
+       * target.c (debug_to_insert_vfork_catchpoint): Add argument.
+       (update_current_target): Update.
+       * linux-nat.c (linux_child_insert_vfork_catchpoint): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_remove_fork_catchpoint>: Add
+       argument.
+       (target_remove_fork_catchpoint): Add argument.
+       * target.c (debug_to_remove_fork_catchpoint): Add argument.
+       (update_current_target): Update.
+       * linux-nat.c (linux_child_remove_fork_catchpoint): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_insert_fork_catchpoint>: Add
+       argument.
+       (target_insert_fork_catchpoint): Add argument.
+       * target.c (debug_to_insert_fork_catchpoint): Add argument.
+       (update_current_target): Update.
+       * linux-nat.c (linux_child_insert_fork_catchpoint): Add 'self'
+       argument.
+
+2014-02-19  Tom Tromey  <tromey@redhat.com>
+
+       * target.h (struct target_ops) <to_post_startup_inferior>: Add
+       argument.
+       (target_post_startup_inferior): Add argument.
+       * target.c (debug_to_post_startup_inferior): Add argument.
+       (update_current_target): Update.
+       * spu-linux-nat.c (spu_child_post_startup_inferior): Add 'self'
+       argument.
+       * linux-nat.c (linux_child_post_startup_inferior): Add 'self'
+       argument.
+       * inf-ptrace.c (inf_ptrace_post_startup_inferior): Add 'self'
+       argument.
+       * inf-child.c (inf_child_post_startup_inferior): Add 'self'
+       argument.
+       * i386-linux-nat.c (i386_linux_child_post_startup_inferior): Add
+       'self' argument.
+       (super_post_startup_inferior): Likewise.
+       * amd64-linux-nat.c (amd64_linux_child_post_startup_inferior): Add
+       'self' argument.
+       (super_post_startup_inferior): Likewise.
+       * aarch64-linux-nat.c (aarch64_linux_child_post_startup_inferior):
+       Add 'self' argument.
+       (super_post_startup_inferior): Likewise.
+
 2014-02-19  Tom Tromey  <tromey@redhat.com>
 
        * target.h (struct target_ops) <to_load>: Add argument.
This page took 0.033891 seconds and 4 git commands to generate.