================ @@ -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 _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits