]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* linux-nat.c (linux_child_follow_fork): If following the child,
authorPedro Alves <palves@redhat.com>
Thu, 18 Dec 2008 22:16:16 +0000 (22:16 +0000)
committerPedro Alves <palves@redhat.com>
Thu, 18 Dec 2008 22:16:16 +0000 (22:16 +0000)
commit9c421dc4db41c0d43df4868394aceddb5aa87520
tree87409972cf5f5ff139000680001f9f185faeb00f
parent5e0d5ae77c7956d323c09b9b61bbb8a72d044299
* 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/linux-fork.c
gdb/linux-nat.c