darling-gdb/gdb/config
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
..
alpha 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
arm 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
avr * Makefile.in: Add support for AVR target. 2002-04-25 20:34:56 +00:00
cris Index: ChangeLog 2004-09-13 20:55:42 +00:00
d10v 2004-11-01 Andrew Cagney <cagney@gnu.org> 2004-11-01 14:44:58 +00:00
djgpp * Makefile.in (ALLDEPFILES): Update. 2005-09-10 18:11:14 +00:00
frv 2004-10-08 Jeff Johnston <jjohnstn@redhat.com> 2004-10-08 17:30:48 +00:00
h8300 2005-02-14 Andrew Cagney <cagney@gnu.org> 2005-02-15 02:05:10 +00:00
i386 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
ia64 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
iq2000 * Makefile.in: Add dependencies for iq2000-tdep.o. 2005-03-08 08:59:47 +00:00
m32r 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
m68hc11 2003-09-03 Andrew Cagney <cagney@redhat.com> 2003-09-03 15:02:51 +00:00
m68k 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
m88k * config/m88k/obsd.mh (NATDEPFILES): Really remove inf-child.o. 2005-01-04 20:41:24 +00:00
mips 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
mn10300 * mn10300-linux-tdep.c: New file. 2005-09-02 22:53:35 +00:00
mt Rename ms1 to mt, part 1 2005-12-12 11:25:08 +00:00
pa 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
powerpc 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
rs6000 2004-11-13 Andrew Cagney <cagney@gnu.org> 2004-11-14 03:09:26 +00:00
s390 * config/s390/nm-linux.h (KERNEL_U_SIZE): Remove. 2005-09-11 21:54:59 +00:00
sh * sh-tdep.c (sh_linux_svr4_fetch_link_map_offsets): Remove function. 2005-04-27 20:48:25 +00:00
sparc 2006-01-04 Michael Snyder <msnyder@redhat.com> 2006-01-04 19:34:58 +00:00
v850 * MAINTAINERS: Undelete v850. 2005-05-18 08:52:21 +00:00
vax * vaxobsd-tdep.c: New file. 2005-08-21 15:51:41 +00:00
xstormy16 * Makefile.in: Add support for xstormy16. 2001-12-13 13:34:41 +00:00
nm-linux.h * Makefile.in (ALLDEPFILES): Update. 2005-09-10 18:11:14 +00:00
nm-lynx.h 2004-09-20 Andrew Cagney <cagney@gnu.org> 2004-09-20 16:39:35 +00:00
nm-nbsd.h * config/nm-bsd.h (PTRACE_ARG3_TYPE): Remove define. 2004-08-14 23:56:49 +00:00
nm-nbsdaout.h * Makefile.in (armnbsd-tdep.o): Add solib-svr4.h and 2002-05-22 03:59:55 +00:00
tm-linux.h 2004-11-13 Andrew Cagney <cagney@gnu.org> 2004-11-14 02:56:34 +00:00
tm-nto.h 2005-08-12 Kris Warkentin <kewarken@qnx.com> 2005-08-12 17:28:57 +00:00