Home
last modified time | relevance | path

Searched refs:GetExternalEditor (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h288 llvm::StringRef GetExternalEditor() const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp315 debugger.GetExternalEditor(), frame_sc.line_entry.GetFile(), in SetSelectedFrameByIndexNoisily()
1803 target->GetDebugger().GetExternalEditor(), in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp441 llvm::StringRef Debugger::GetExternalEditor() const { in GetExternalEditor() function in Debugger
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3456 m_debugger.GetExternalEditor(), file_spec, 1)) in SaveTranscript()