Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h553 CommandHistory &GetCommandHistory() { return m_command_history; } in GetCommandHistory()
753 CommandHistory m_command_history; variable
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1905 if (auto hist_str = m_command_history.FindString(search_str)) { in HandleCommand()
1923 if (m_command_history.IsEmpty()) { in HandleCommand()
2016 m_command_history.AppendString(original_command_string); in HandleCommand()
2120 if (auto hist_str = m_command_history.FindString(first_arg)) in HandleCompletion()
2134 const size_t s = m_command_history.GetSize(); in GetAutoSuggestionForCommand()
2136 llvm::StringRef entry = m_command_history.GetStringAtIndex(i); in GetAutoSuggestionForCommand()