binutils-gdb/gdb/config/mips
Michael Snyder ac264b3b9c 2006-01-04 Michael Snyder <msnyder@redhat.com>
Checkpoint/Restart for Linux.
	* linux-nat.c: Add support for debugging multiple forks.
	Add #include for linux-fork.h (interface spec).
	(super_mourn_inferior): New function pointer.
	(child_mourn_inferior): New function / target method.
	(linux_target): Claim to_mourn_inferior method pointer.
	(child_follow_fork): Call interface to linux-fork, conditionally
	add new fork processes to list of debugged processes.
	(kill_inferior): Use interface to linux-fork to kill
	multiple processes.

	* linux-fork.h: New file.
	* linux-fork.c: New file.  Support for debugging multiple forks
	of the same program.  Support for checkpoint and restart commands.

	* infrun.c (nullify_last_target_wait_ptid): New function.

	* Makefile.in: Add linux-fork.
	* config/*/linux.mh: Add linux-fork.
	* NEWS: Mention new functionality.
2006-01-04 19:34:58 +00:00
..
embed.mt 2004-11-13 Andrew Cagney <cagney@gnu.org> 2004-11-14 01:11:07 +00:00
irix5.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 19:25:49 +00:00
irix5.mt 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 18:20:00 +00:00
irix6.mh 2004-08-05 Andrew Cagney <cagney@gnu.org> 2004-08-05 19:25:49 +00:00
irix6.mt 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 18:20:00 +00:00
linux.mh 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
linux.mt 2005-02-09 Andrew Cagney <cagney@gnu.org> 2005-02-09 15:58:51 +00:00
nbsd.mh * mipsnbsd-nat.c: Include "target.h" and "inf-ptrace.h". 2004-10-31 20:47:55 +00:00
nbsd.mt Index: ChangeLog 2004-09-13 20:55:42 +00:00
nm-irix5.h 2004-11-30 Andrew Cagney <cagney@gnu.org> 2004-11-30 15:05:20 +00:00
nm-linux.h 2003-11-09 Andrew Cagney <cagney@redhat.com> 2003-11-09 14:29:26 +00:00
obsd64.mh * config/mips/obsd64.mh (NATDEPFILES): Unwrap line. 2004-12-27 15:08:13 +00:00
obsd64.mt 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 18:40:55 +00:00
tm-linux.h 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 20:36:35 +00:00
tm-nbsd.h 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 20:36:35 +00:00
tm-wince.h 2004-10-31 Andrew Cagney <cagney@gnu.org> 2004-10-31 18:20:00 +00:00
wince.mt Index: ChangeLog 2004-09-13 20:55:42 +00:00