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

References

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
   89     m_echo_comment_commands = value;
  122     return DefaultToYes(m_echo_comment_commands);
  126     m_echo_comment_commands = echo_comments ? eLazyBoolYes : eLazyBoolNo;
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2403   if (options.m_echo_comment_commands == eLazyBoolCalculate) {
 2411   } else if (options.m_echo_comment_commands == eLazyBoolYes) {
 2900       if (options->m_echo_comment_commands != eLazyBoolNo)