[Lldb-commits] [lldb] [LLDB] Make MSVC STL formatters work with (Native/DIA) PDB (PR #150513)

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Fri Jul 25 05:45:53 PDT 2025


DavidSpickett wrote:

> It also adds tests for both plugins. They are shell tests, because API tests currently only test with DWARF and after https://github.com/llvm/llvm-project/pull/149305 they'd only test with one plugin. They're not as exhaustive as the API tests - their goal is to show that when using PDB, the STL types are still properly shown.

So the idea here is to have something tested, while we decide how to solve the multiple plugin situation? If so, sounds sensible to me. A bit unwieldy maybe but also you said they're not so comprehensive so it works out about the same I guess.

https://github.com/llvm/llvm-project/pull/150513


More information about the lldb-commits mailing list