Add target_ops argument to to_insert_vfork_catchpoint
[deliverable/binutils-gdb.git] / gdb / ChangeLog
index 87f2d46bc9a27eaa1bc3f8b9a970b391b16cd1d4..b0fc6b1a301b6f729163d2c83b2d2a0516e39ace 100644 (file)
@@ -1,3 +1,33 @@
+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
This page took 0.02703 seconds and 4 git commands to generate.