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

Pavel Labath via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 8 02:54:39 PDT 2025


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

That's correct. Is that your goal? (I haven't been following the overall discussion too closely).

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


More information about the lldb-commits mailing list