[Lldb-commits] [lldb] r339911 - Add a new tool named "lldb-vscode" that implements the Visual Studio Code Debug Adaptor Protocol

Greg Clayton via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 17 10:34:51 PDT 2018


It it failing to set a breakpoint in a binary before we even run. If we run into other errors then increasing the timeout would make sense. But here it is setting a source regex breakpoint on "// breakpoint 1" and it isn't getting the number of locations. I just committed 340050 which uses a self.assertEqual() and we should be able to see if we are getting zero locations or multiple locations.

> On Aug 17, 2018, at 10:30 AM, Adrian Prantl <aprantl at apple.com> wrote:
> 
> After reading through the code in TestVSCode_attach.py I see that there are lots of commands with a 1s timeout. I would not be surprised if that is too small for running on a bot, which is by definition under extreme load. Do you think increasing the timeouts would help?
> 
> -- adrian



More information about the lldb-commits mailing list