mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-04 02:02:22 +00:00
ac264b3b9c
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. |
||
---|---|---|
.. | ||
fbsd.mh | ||
fbsd.mt | ||
linux64.mh | ||
linux64.mt | ||
linux.mh | ||
linux.mt | ||
nbsd64.mh | ||
nbsd64.mt | ||
nbsd.mt | ||
nbsdaout.mh | ||
nbsdelf.mh | ||
nm-linux.h | ||
nm-sol2.h | ||
obsd64.mt | ||
obsd.mt | ||
sol2-64.mt | ||
sol2.mh | ||
sol2.mt | ||
sparc64.mt | ||
sparc.mt | ||
tm-sol2.h |