aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f40d597..f52139f 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,19 @@
2012-08-16 Joel Brobecker <brobecker@adacore.com>
+ * breakpoint.h (detach_breakpoints): pid parameter is now a ptid.
+ * breakpoint.c (detach_breakpoints): Change pid parameter into
+ a ptid. Adjust code accordingly.
+ * infrun.c (handle_inferior_event): Delete variable child_pid.
+ Update call to detach_breakpoints to pass the child ptid for
+ fork events.
+ * linux-nat.c (linux_nat_iterate_watchpoint_lwps): Remove
+ assert that inferior_ptid's lwp is zero.
+ (linux_handle_extended_wait): Update call to detach_breakpoints.
+ * inf-ttrace.c (inf_ttrace_follow_fork): Update call to
+ detach_breakpoints.
+
+2012-08-16 Joel Brobecker <brobecker@adacore.com>
+
* inf-ttrace.c (inf_ttrace_follow_fork): When following the
parent, only call detach_breakpoints if tts.tts_event ==
TTEVT_VFORK.