Add minimal support for post-mortem (core dump) debugging of multi-LWP
commitfbfb55b4279b0ff1d3d207e9cc05df1c78f0ea55
authorNicolas Thery <nth@dragonflybsd.org>
Sun, 17 Aug 2008 17:21:36 +0000 (17 17:21 +0000)
committerNicolas Thery <nth@dragonflybsd.org>
Sun, 17 Aug 2008 17:21:36 +0000 (17 17:21 +0000)
tree63ddd3ccfb7355e275c44ba6c55b1c2b5e0445de
parent9139a9996efdfe260b1f0a4453e6f39d2f0bdc9c
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