[Lldb-commits] [PATCH] D109834: [lldb/win] Improve check-lldb-shell with LLVM_ENABLE_DIA_SDK=NO
Pavel Labath via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Sep 16 06:15:30 PDT 2021
labath added a comment.
Hmm... is the (non native) SymbolFilePDB plugin actually capable of doing anything without the DIA SDK. If it can't set breakpoints, then I would guess the answer is: not much. Maybe we could automatically select the "Native" plugin in this case, just like we do on non-windows hosts?
It would actually be very interesting to know why the `NativePDB/stack_unwinding01.cpp` test fails without it, even though it forces the use of the native plugin.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109834/new/
https://reviews.llvm.org/D109834
More information about the lldb-commits
mailing list