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

References

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
   90     m_add_to_history = value;
  141   bool GetAddToHistory() const { return DefaultToYes(m_add_to_history); }
  144     m_add_to_history = add_to_history ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2227         HandleCommand(cmd, options.m_add_to_history, tmp_result,