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

References

tools/lldb/source/Interpreter/CommandInterpreter.cpp
 2359     if (m_command_source_flags.empty()) {
 2362     } else if (m_command_source_flags.back() &
 2371     if (m_command_source_flags.empty()) {
 2374     } else if (m_command_source_flags.back() & eHandleCommandFlagStopOnError) {
 2384     if (m_command_source_flags.empty()) {
 2386     } else if (m_command_source_flags.back() & eHandleCommandFlagStopOnCrash) {
 2392     if (m_command_source_flags.empty()) {
 2395     } else if (m_command_source_flags.back() & eHandleCommandFlagEchoCommand) {
 2404     if (m_command_source_flags.empty()) {
 2407     } else if (m_command_source_flags.back() &
 2416     if (m_command_source_flags.empty()) {
 2419     } else if (m_command_source_flags.back() & eHandleCommandFlagPrintResult) {
 2427     if (m_command_source_flags.empty()) {
 2430     } else if (m_command_source_flags.back() & eHandleCommandFlagPrintErrors) {
 2445   m_command_source_flags.push_back(flags);
 2467   if (!m_command_source_flags.empty())
 2468     m_command_source_flags.pop_back();