================ @@ -804,6 +804,13 @@ def setUpCommands(cls): ) return commands + def getDebugInfoSetupCommands(self): + if self.getDebugInfo() == "native-pdb": ---------------- Nerixyz wrote:
`setUpCommands` is a `@classmethod`, so it gets the calling class type as it's argument, not the instance. I don't know if/why `@classmethod` is needed there. 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