[Lldb-commits] [PATCH] D114911: [lldb] Introduce a FreeBSDKernel plugin for vmcores
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Mon Dec 6 05:37:47 PST 2021
labath added a comment.
I don't have a problem with incomplete patches. I (and llvm, in general) actually strongly incremental development.
I'm more interested in the testing story.
================
Comment at: lldb/source/Plugins/Process/FreeBSDKernel/CMakeLists.txt:1
+find_library(FBSDVMCORE fbsdvmcore)
+
----------------
external dependencies are dealt with in LLDBConfig.cmake
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D114911/new/
https://reviews.llvm.org/D114911
More information about the lldb-commits
mailing list