llvm-project/lldb/source/Plugins/Process/FreeBSDKernel
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
..
CMakeLists.txt [lldb] [Process/FreeBSDKernel] Introduce libkvm support 2021-12-22 16:14:03 +01:00
ProcessFreeBSDKernel.cpp [lldb] [Process/FreeBSDKernel] Support finding all processes 2022-01-06 21:53:28 +01:00
ProcessFreeBSDKernel.h [lldb] [Process/FreeBSDKernel] Support finding all processes 2022-01-06 21:53:28 +01:00
RegisterContextFreeBSDKernel_arm64.cpp [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
RegisterContextFreeBSDKernel_arm64.h [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
RegisterContextFreeBSDKernel_i386.cpp [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
RegisterContextFreeBSDKernel_i386.h [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
RegisterContextFreeBSDKernel_x86_64.cpp [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
RegisterContextFreeBSDKernel_x86_64.h [lldb] Introduce a FreeBSDKernel plugin for vmcores 2021-12-14 22:07:20 +01:00
ThreadFreeBSDKernel.cpp [lldb] [Process/FreeBSDKernel] Support finding all processes 2022-01-06 21:53:28 +01:00
ThreadFreeBSDKernel.h [lldb] [Process/FreeBSDKernel] Support finding all processes 2022-01-06 21:53:28 +01:00