[Lldb-commits] [lldb] [lldb] add plugin names to process save-core error output. (PR #143126)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Fri Jun 20 03:10:51 PDT 2025
DavidSpickett wrote:
> Values: mach-o | minidump | pe-coff
I'm not sure anything other than minidump actually works, but technically that's not this patch's problem.
Is it possible these plugins don't override some default member function that needs to return false? Or they can save cores but I'd be surprised if so.
https://github.com/llvm/llvm-project/pull/143126
More information about the lldb-commits
mailing list