[all-commits] [llvm/llvm-project] 576105: [lldb-vscode] stop read loop after termination

walter erquinigo via All-commits all-commits at lists.llvm.org
Fri Mar 20 14:39:13 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 576105c322b6b9cd48c82c8551be45707044a83d
      https://github.com/llvm/llvm-project/commit/576105c322b6b9cd48c82c8551be45707044a83d
  Author: Walter Erquinigo <waltermelon at fb.com>
  Date:   2020-03-20 (Fri, 20 Mar 2020)

  Changed paths:
    M lldb/test/API/tools/lldb-vscode/launch/TestVSCode_launch.py
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  [lldb-vscode] stop read loop after termination

Summary:
On Linux, when executing lldb-vscode on a remote machine, lldb-vscode doesn't die after the debug session ends. It keeps trying to read JSON input to no avail.
This diff indicates lldb-vscode to stop reading after a termination event has been processed.

Reviewers: clayborg, aadsm, kusmour

Subscribers: lldb-commits

Tags: #lldb

Differential Revision: https://reviews.llvm.org/D76314




More information about the All-commits mailing list