Files
clang-p2996/lldb/test/API/functionalities/postmortem/FreeBSDKernel/tools/test.script
Michał Górny 9b1d27b2fa [lldb] [Process/FreeBSDKernel] Support finding all processes
Include the complete list of threads of all running processes
in the FreeBSDKernel plugin.  This makes it possible to inspect
the states (including partial register dumps from PCB) of all kernel
and userspace threads at the time of crash, or at the time of reading
/dev/mem first.

Differential Revision: https://reviews.llvm.org/D116255
2022-01-06 21:53:28 +01:00

12 lines
142 B
Plaintext

thread list
register read --all
bt
thread select 2
register read --all
bt
thread select 3
register read --all
bt
p *(int*)&hz
memory read &hz