* linux-nat.c (linux_child_follow_fork): If following the child,
authorPedro Alves <palves@redhat.com>
Thu, 18 Dec 2008 21:35:23 +0000 (21:35 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 18 Dec 2008 21:35:23 +0000 (21:35 +0000)
commit0d14fc63276224196874dc5593e521d2142bdc05
treea362195e75b31c9347e01dcf926ef20e4c8cceae
parent4e59450ef0333b385bb575153d00942dcd2112fd
* linux-nat.c (linux_child_follow_fork): If following the child,
and not detaching the parent, also add the child fork to the fork
list.
* linux-fork.c (linux_fork_context): Remove dead error call.
Assert that the incoming newfp argument is not null.  Do not add a
new fork for inferior_ptid.  Assert that there is one already.
gdb/ChangeLog
gdb/linux-fork.c
gdb/linux-nat.c