[Lldb-commits] [lldb] [LLDB] Run API tests with PDB too (PR #149305)
Michael Buch via lldb-commits
lldb-commits at lists.llvm.org
Thu Aug 7 03:32:58 PDT 2025
================
@@ -804,6 +804,13 @@ def setUpCommands(cls):
)
return commands
+ def getDebugInfoSetupCommands(self):
+ if self.getDebugInfo() == "native-pdb":
----------------
Michael137 wrote:
Why not fold this into `setUpCommands`? Then we don't need to loop over these here separately
https://github.com/llvm/llvm-project/pull/149305
More information about the lldb-commits
mailing list