Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DHost.h239 static bool OpenFileInExternalEditor(const FileSpec &file_spec,
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp551 bool Host::OpenFileInExternalEditor(const FileSpec &file_spec, in OpenFileInExternalEditor() function in Host
/llvm-project-15.0.7/lldb/source/Target/
H A DThread.cpp306 already_shown = Host::OpenFileInExternalEditor( in SetSelectedFrameByIndexNoisily()
1728 Host::OpenFileInExternalEditor(frame_sc.line_entry.file, in GetStatus()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm328 bool Host::OpenFileInExternalEditor(const FileSpec &file_spec, function