[Lldb-commits] [lldb] [LLDB][NativePDB] Allow type lookup in namespaces (PR #149876)
via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 4 11:40:19 PDT 2025
Nerixyz wrote:
> We started seeing a test failure (`lldb-api :: tools/lldb-dap/launch/TestDAP_launch.py`) after this patch:
This failure looks unrelated. This PR changed the native PDB parser, which is used on Windows and currently not used at all in API tests.
https://github.com/llvm/llvm-project/pull/149876
More information about the lldb-commits
mailing list