[Lldb-commits] [PATCH] D114911: [lldb] Introduce a FreeBSDKernel plugin for vmcores

Michał Górny via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Fri Dec 3 05:05:58 PST 2021


mgorny updated this revision to Diff 391613.
mgorny retitled this revision from "[lldb] Introduce absolutely minimal FreeBSDKernel plugin" to "[lldb] Introduce a FreeBSDKernel plugin for vmcores".
mgorny edited the summary of this revision.
mgorny added a comment.
Herald added a subscriber: pengfei.

Now with thread and register context classes, and hackish support for grabbing x86_64 registers.

@labath, do you think I should add another file in `Process/Utility` to abstract away structures used by the FreeBSD kernel in the same style that process plugins do?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D114911/new/

https://reviews.llvm.org/D114911

Files:
  lldb/source/Plugins/Process/CMakeLists.txt
  lldb/source/Plugins/Process/FreeBSDKernel/CMakeLists.txt
  lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.cpp
  lldb/source/Plugins/Process/FreeBSDKernel/ProcessFreeBSDKernel.h
  lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.cpp
  lldb/source/Plugins/Process/FreeBSDKernel/RegisterContextFreeBSDKernel_x86_64.h
  lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.cpp
  lldb/source/Plugins/Process/FreeBSDKernel/ThreadFreeBSDKernel.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114911.391613.patch
Type: text/x-patch
Size: 16113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211203/bd9f6701/attachment-0001.bin>


More information about the lldb-commits mailing list