[Lldb-commits] [PATCH] D114911: [lldb] Introduce absolutely minimal FreeBSDKernel plugin
Michał Górny via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Wed Dec 1 14:14:30 PST 2021
mgorny created this revision.
mgorny added reviewers: labath, emaste, krytarowski.
Herald added a subscriber: arichardson.
mgorny requested review of this revision.
Introduce an absolutely minimal FreeBSDKernel plugin that currently
provides the ability to read memory from FreeBSD vmcores
via libfbsdvmcore. At this point, it can only handle minidump format
since the "full memory" coredump use ELF container that is taken
by the elf-core plugin instead.
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D114911.391137.patch
Type: text/x-patch
Size: 6559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20211201/2e457858/attachment.bin>
More information about the lldb-commits
mailing list