[all-commits] [llvm/llvm-project] c832e8: [lldb-vscode] disable completions

walter erquinigo via All-commits all-commits at lists.llvm.org
Fri Feb 7 16:55:14 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: c832e82cd9d8f53ed8af9ec86d9d06fedda9b23b
      https://github.com/llvm/llvm-project/commit/c832e82cd9d8f53ed8af9ec86d9d06fedda9b23b
  Author: Walter Erquinigo <waltermelon at fb.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M lldb/tools/lldb-vscode/lldb-vscode.cpp

  Log Message:
  -----------
  [lldb-vscode] disable completions

Summary:
Completion requests are causing some problems in the debugger, which is explained in the comment in the code.
I'm disabling it for now until we have time to do a good implementation of it.

Reviewers: clayborg

Subscribers: lldb-commits

Tags: #lldb

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


  Commit: bd62c9cecf34cc3cea52ad83b278cd7cb62812b4
      https://github.com/llvm/llvm-project/commit/bd62c9cecf34cc3cea52ad83b278cd7cb62812b4
  Author: Walter Erquinigo <waltermelon at fb.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M lldb/tools/lldb-vscode/package.json

  Log Message:
  -----------
  [lldb-vscode] remove deprecated trace option

Summary: This option is not used anymore and has been replaced by the env var LLDBVSCODE_LOG.

Reviewers: clayborg

Subscribers: lldb-commits

Tags: #lldb

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


Compare: https://github.com/llvm/llvm-project/compare/d7082e03373c...bd62c9cecf34


More information about the All-commits mailing list