Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Host/
DEditline.h347 std::vector<EditLineStringType> m_live_history_lines; variable
/external/llvm-project/lldb/source/Host/common/
DEditline.cpp481 m_live_history_lines = m_input_lines; in RecallHistory()
495 new_input_lines = m_live_history_lines; in RecallHistory()