Home
last modified time | relevance | path

Searched refs:SetExternalEditor (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h297 bool SetExternalEditor(llvm::StringRef editor);
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp398 bool Debugger::SetExternalEditor(llvm::StringRef editor) { in SetExternalEditor() function in Debugger