Home
last modified time | relevance | path

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

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