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

> We could implement this, ideally with a reduced scope check-lldb-pdbstuff.
> 
> Or we could use dotest.py directly? Anything that cuts down the time because 
> the test step is already around 25 minutes.
> 
> It's ugly but could you come up with dotest.py -p <giant regex that covers 
> all the things we think we need>?

Actually, whatever way this is done, a `check-lldb-supersecretpdbthing` is 
better because then I only have to add that to llvm-zorg once. Any future 
changes to what gets run can be done in llvm-project and take effect right away.

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

Reply via email to