diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 621b73f..6ed6f4a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,13 @@ +2015-03-04 Pedro Alves <palves@redhat.com> + + * infrun.c (follow_fork_inferior): Use the whole of the + inferior_ptid and pending_follow.related_pid ptids instead of + building ptids from the process components. Adjust verbose output + to use target_pid_to_str. + * linux-nat.c (linux_child_follow_fork): Use the whole of the + inferior_ptid and pending_follow.related_pid ptids instead of + building ptids from the process components. + 2015-03-04 Mark Kettenis <kettenis@gnu.org> * inf-ptrace.c [PT_GET_PROCESS_STATE] |