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

/external/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h429 return m_command_history;
435 return m_command_history;
473 CommandHistory m_command_history; member in class:lldb_private::CommandInterpreter
/external/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1543 const char *history_string = m_command_history.FindString(command_string.c_str() + non_space);
1560 if (m_command_history.IsEmpty())
1804 m_command_history.AppendString (original_command_string);
1964 const char *history_string = m_command_history.FindString (first_arg);

Completed in 236 milliseconds