[all-commits] [llvm/llvm-project] b12b35: [lldb] Add debugger.external-editor setting

Jonas Devlieghere via All-commits all-commits at lists.llvm.org
Mon May 1 14:11:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b12b35ad4bec98c028a1926e4891e746b1f55d2f
      https://github.com/llvm/llvm-project/commit/b12b35ad4bec98c028a1926e4891e746b1f55d2f
  Author: Jonas Devlieghere <jonas at devlieghere.com>
  Date:   2023-05-01 (Mon, 01 May 2023)

  Changed paths:
    M lldb/include/lldb/Core/Debugger.h
    M lldb/include/lldb/Host/Host.h
    M lldb/source/Core/CoreProperties.td
    M lldb/source/Core/Debugger.cpp
    M lldb/source/Host/common/Host.cpp
    M lldb/source/Host/macosx/objcxx/Host.mm
    M lldb/source/Interpreter/CommandInterpreter.cpp
    M lldb/source/Target/Thread.cpp
    A lldb/test/Shell/Settings/TestExternalEditor.test

  Log Message:
  -----------
  [lldb] Add debugger.external-editor setting

Add a new setting (debugger.external-editor) to specify an external
editor. The setting takes precedence over the existing
LLDB_EXTERNAL_EDITOR environment variable.

Differential revision: https://reviews.llvm.org/D149565




More information about the All-commits mailing list