This is the mail archive of the gdb-cvs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

src/gdb linux-nat.c linux-fork.c


CVSROOT:	/cvs/src
Module name:	src
Branch: 	multiprocess-20081120-branch
Changes by:	palves@sourceware.org	2008-12-18 22:16:16

Modified files:
	gdb            : linux-nat.c linux-fork.c 

Log message:
	* 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.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linux-nat.c.diff?cvsroot=src&only_with_tag=multiprocess-20081120-branch&r1=1.110.2.1&r2=1.110.2.2
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/linux-fork.c.diff?cvsroot=src&only_with_tag=multiprocess-20081120-branch&r1=1.21.4.2&r2=1.21.4.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]