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-fork.c doc/ChangeLog d ...


CVSROOT:	/cvs/src
Module name:	src
Changes by:	msnyder@sourceware.org	2006-04-27 23:03:43

Modified files:
	gdb            : ChangeLog linux-fork.c 
	gdb/doc        : ChangeLog gdb.texinfo 
	gdb/testsuite/gdb.base: multi-forks.exp 
	gdb/testsuite  : ChangeLog 

Log message:
	2006-04-26  Michael Snyder  <msnyder@redhat.com>
	
	* linux-fork.c (_initialize_linux_fork): Rename "delete-fork"
	command to "delete fork" (no hyphen), compatible with other
	"delete" commands.
	(info_forks_command): Accept a fork ID argument, for info
	on a single fork.  Report if no matching forks.
	
	2006-04-26  Michael Snyder  <msnyder@redhat.com>
	
	* gdb.base/multi-forks.exp: Modify patterns for "run to exit",
	which may have to consume output from other forks.
	Add tests to make sure that "delete fork" succeeded.
	
	2006-04-27  Michael Snyder  <msnyder@redhat.com>
	
	* gdb.texinfo (delete-fork): Command renamed to "delete fork".

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.7710&r2=1.7711
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/linux-fork.c.diff?cvsroot=src&r1=1.6&r2=1.7
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.571&r2=1.572
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.324&r2=1.325
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.base/multi-forks.exp.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1205&r2=1.1206


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