Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DEditline.h416 std::string m_editor_name; variable
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DEditline.cpp1276 m_editline = el_init(m_editor_name.c_str(), m_input_file, in ConfigureEditor()
1522 m_editor_name = (editline_name == nullptr) ? "lldb-tmp" : editline_name; in Editline()
1523 m_history_sp = EditlineHistory::GetHistory(m_editor_name); in Editline()