aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-06-22 17:12:32 +0000
committerPedro Alves <palves@redhat.com>2011-06-22 17:12:32 +0000
commite29a4733b9fbfd7f003287f0c195b6c7a4836a1b (patch)
treece29cb981d6a7c006e035ea5d7b3ff0fe0a80d7e /gdb/ChangeLog
parent346774a91ffaa367db6982f19cc9b5bcafaa3686 (diff)
downloadgdb-e29a4733b9fbfd7f003287f0c195b6c7a4836a1b.zip
gdb-e29a4733b9fbfd7f003287f0c195b6c7a4836a1b.tar.gz
gdb-e29a4733b9fbfd7f003287f0c195b6c7a4836a1b.tar.bz2
2011-06-22 Pedro Alves <pedro@codesourcery.com>
* breakpoint.h (struct breakpoint): Delete forked_inferior_pid field. * breakpoint.c (init_raw_breakpoint_without_location): Remove reference to forked_inferior_pid. (struct fork_catchpoint): New type. (breakpoint_hit_catch_fork, print_it_catch_fork) (print_one_catch_fork, breakpoint_hit_catch_vfork) (print_it_catch_vfork, print_one_catch_vfork): Adjust. (create_fork_vfork_event_catchpoint): Adjust to use init_catchpoint.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 545b3d2..65427c1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,18 @@
2011-06-22 Pedro Alves <pedro@codesourcery.com>
+ * breakpoint.h (struct breakpoint): Delete forked_inferior_pid
+ field.
+ * breakpoint.c (init_raw_breakpoint_without_location): Remove
+ reference to forked_inferior_pid.
+ (struct fork_catchpoint): New type.
+ (breakpoint_hit_catch_fork, print_it_catch_fork)
+ (print_one_catch_fork, breakpoint_hit_catch_vfork)
+ (print_it_catch_vfork, print_one_catch_vfork): Adjust.
+ (create_fork_vfork_event_catchpoint): Adjust to use
+ init_catchpoint.
+
+2011-06-22 Pedro Alves <pedro@codesourcery.com>
+
* breakpoint.c (add_to_breakpoint_chain)
(init_raw_breakpoint_without_location): New functions, factored
out from ...