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
12 lines
142 B
Plaintext
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
|