[Lldb-commits] [PATCH] D76314: [lldb-vscode] stop read loop after termination

Greg Clayton via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Wed Mar 18 14:41:02 PDT 2020


clayborg added inline comments.


================
Comment at: lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py:46-48
+        program = self.getBuildArtifact("a.out")
+        self.build_and_launch(program, stopOnEntry=True)
+        self.vscode.request_disconnect(terminateDebuggee=True) 
----------------
I don't think we need to run a program. Just send the initialize packet and then the terminate packet, then sleep?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76314





More information about the lldb-commits mailing list