Home
last modified time | relevance | path

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

/external/lldb/include/lldb/Interpreter/
DCommandInterpreter.h429 return m_command_history; in GetCommandHistory()
435 return m_command_history; in GetCommandHistory()
473 CommandHistory m_command_history; variable
/external/lldb/source/Interpreter/
DCommandInterpreter.cpp1543 … const char *history_string = m_command_history.FindString(command_string.c_str() + non_space); in HandleCommand()
1560 if (m_command_history.IsEmpty()) in HandleCommand()
1804 m_command_history.AppendString (original_command_string); in HandleCommand()
1964 const char *history_string = m_command_history.FindString (first_arg); in HandleCompletion()