cvs commit: src/sys/kern imgact_elf.c
Nicolas Thery
nth at crater.dragonflybsd.org
Sun Aug 17 10:23:16 PDT 2008
nth 2008/08/17 10:21:37 PDT
DragonFly src repository
Modified files:
sys/kern imgact_elf.c
Log:
Add minimal support for post-mortem (core dump) debugging of multi-LWP
processes. GDB 'info threads' lists all LWPs and GDB 'thread' switches between
LWP stacks.
Inspired-From: FreeBSD
Revision Changes Path
1.55 +125 -58 src/sys/kern/imgact_elf.c
http://www.dragonflybsd.org/cvsweb/src/sys/kern/imgact_elf.c.diff?r1=1.54&r2=1.55&f=u
More information about the Commits
mailing list