Add minimal support for post-mortem (core dump) debugging of multi-LWP
authorNicolas Thery <nth@dragonflybsd.org>
Sun, 17 Aug 2008 17:21:36 +0000 (17:21 +0000)
committerNicolas Thery <nth@dragonflybsd.org>
Sun, 17 Aug 2008 17:21:36 +0000 (17:21 +0000)
commitd913b2fa72a92617da250bc005592fe56b900f4b
tree9fc5f0672f008d7afadb9d01d61d9a0c749ef55e
parentdb98331ec0434333c8a55b4c107c75ecbec66188
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
sys/kern/imgact_elf.c