[Lldb-commits] [PATCH] D149565: [lldb] Add debugger.external-editor setting

Jonas Devlieghere via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Sun Apr 30 19:31:27 PDT 2023


JDevlieghere created this revision.
JDevlieghere added reviewers: bulbazord, mib, jingham.
Herald added a project: All.
JDevlieghere requested review of this revision.

Add a setting (`debugger.external-editor`) to specify an external editor instead of having to rely on the `LLDB_EXTERNAL_EDITOR` environment variable.


https://reviews.llvm.org/D149565

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D149565.518379.patch
Type: text/x-patch
Size: 9310 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20230501/20ec0a43/attachment.bin>


More information about the lldb-commits mailing list