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

References

tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2385       flags |= eHandleCommandFlagStopOnCrash;
 2386     } else if (m_command_source_flags.back() & eHandleCommandFlagStopOnCrash) {
 2387       flags |= eHandleCommandFlagStopOnCrash;
 2796       io_handler.GetFlags().Test(eHandleCommandFlagStopOnCrash) &&
 2897         flags |= eHandleCommandFlagStopOnCrash;