[Lldb-commits] [lldb] [LLDB] Run API tests with PDB too (PR #149305)

via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 8 03:01:22 PDT 2025


================
@@ -804,6 +804,13 @@ def setUpCommands(cls):
             )
         return commands
 
+    def getDebugInfoSetupCommands(self):
+        if self.getDebugInfo() == "native-pdb":
----------------
Nerixyz wrote:

Yea, my goal is to run some tests with both PDB plugins in CI (e.g. to check that STL formatters work with both plugins + DWARF).

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


More information about the lldb-commits mailing list