[Lldb-commits] [lldb] [LLDB] Run API tests with PDB too (PR #149305)
David Spickett via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 11 01:54:33 PDT 2025
================
@@ -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
More information about the lldb-commits
mailing list