[Lldb-commits] [PATCH] D65123: Restore tests for lldb-server and lldb-vscode removed at rL366590

Jan Kratochvil via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Jul 23 11:07:43 PDT 2019


jankratochvil added a comment.

In D65123#1597742 <https://reviews.llvm.org/D65123#1597742>, @aadsm wrote:

> @jankratochvil interesting, we're also not able to run the lldb-vscode tests and it was on my todo list to take a look.


It is hanging in `vscode.py` function `recv_packet` somehow despite the packet `type=event event=stopped` is received by the other Python thread (and put into `recv_packets`) it somehow never quits the loop.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65123/new/

https://reviews.llvm.org/D65123





More information about the lldb-commits mailing list