================ @@ -804,6 +804,13 @@ def setUpCommands(cls): ) return commands + def getDebugInfoSetupCommands(self): + if self.getDebugInfo() == "native-pdb": ---------------- JDevlieghere wrote:
I share Pavel's concern. To give a bit more context, we have a paragraph that talks about test variants on the website: https://lldb.llvm.org/resources/test.html#api-tests The TL;DR is that there's many interesting variants but that leads to combinatorial explosion. Maybe testing both would be better suited for a bot configuration, like the [Matrix Bot](https://green.lab.llvm.org/job/llvm.org/view/LLDB/job/lldb-cmake-matrix/) on GreenDragon? 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