Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
HDEditline.h397 std::string m_editor_name; variable
/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/common/
HDEditline.cpp1146 el_init(m_editor_name.c_str(), m_input_file, m_output_file, m_error_file); in ConfigureEditor()
1389 m_editor_name = (editline_name == nullptr) ? "lldb-tmp" : editline_name; in Editline()
1390 m_history_sp = EditlineHistory::GetHistory(m_editor_name); in Editline()