[Lldb-commits] [lldb] [lldb][Process/FreeBSDKernel] Remove libfbsdvmcore support (PR #181283)
Michał Górny via lldb-commits
lldb-commits at lists.llvm.org
Sat Feb 14 19:18:32 PST 2026
mgorny wrote:
I'm a bit in a conflict of interest here, since I was asked to develop this as part of a contract back in the day. IIRC the goal behind libfbsdvmcore was not to burden LLDB with maintaining a local implementation, but I guess this didn't really account for long-term maintenance. I suppose from FreeBSD perspective, the best way forward would be either to fork the project and maintain it independently, or inline the code into LLDB. But I don't really have the time to do it either, so I'm not going to stop you from removing it.
https://github.com/llvm/llvm-project/pull/181283
More information about the lldb-commits
mailing list