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

Adrian Prantl via lldb-commits lldb-commits at lists.llvm.org
Fri Aug 17 10:30:32 PDT 2018


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