reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  425   CommandHistory &GetCommandHistory() { return m_command_history; }
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1639       if (auto hist_str = m_command_history.FindString(search_str)) {
 1654       if (m_command_history.IsEmpty()) {
 1731       m_command_history.AppendString(original_command_string);
 1814       if (auto hist_str = m_command_history.FindString(first_arg))