Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DHost.h239 static llvm::Error OpenFileInExternalEditor(llvm::StringRef editor,
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DHost.cpp578 llvm::Error Host::OpenFileInExternalEditor(llvm::StringRef editor, in OpenFileInExternalEditor() function in Host
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp307 if (llvm::Error e = Host::OpenFileInExternalEditor( in SetSelectedFrameByIndexNoisily()
1757 if (llvm::Error e = Host::OpenFileInExternalEditor( in GetStatus()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp3276 if (llvm::Error e = Host::OpenFileInExternalEditor( in SaveTranscript()