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 ChangeLog linux-nat.c linux-fork.c lin ...


CVSROOT:	/cvs/src
Module name:	src
Branch: 	msnyder-fork-checkpoint-branch
Changes by:	msnyder@sourceware.org	2005-11-28 22:28:33

Modified files:
	gdb            : ChangeLog linux-nat.c 
Added files:
	gdb            : linux-fork.c linux-fork.h 

Log message:
	2005-11-28  Michael Snyder  <msnyder@redhat.com>
	
	* linux-fork.c: New file.  Move fork list and fork commands here.
	* linux-fork.h: Now acts as interface between linux-nat and linux-fork.
	* linux-nat.c: Move all fork-related functions to linux-fork.c.
	(child_mourn_inferior): Use new API to linux-fork, instead of
	manipulating the fork list directly.
	(kill_inferior): Ditto.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-fork.c.diff?cvsroot=src&only_with_tag=msnyder-fork-checkpoint-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-fork.h.diff?cvsroot=src&only_with_tag=msnyder-fork-checkpoint-branch&r1=NONE&r2=1.1.2.1
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&only_with_tag=msnyder-fork-checkpoint-branch&r1=1.7446.2.8&r2=1.7446.2.9
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-nat.c.diff?cvsroot=src&only_with_tag=msnyder-fork-checkpoint-branch&r1=1.34.4.7&r2=1.34.4.8


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