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

Declarations

tools/lldb/include/lldb/Interpreter/CommandInterpreter.h
  265   bool WasInterrupted() const;

References

tools/lldb/source/API/SBCommandInterpreter.cpp
  236   return (IsValid() ? m_opaque_ptr->WasInterrupted() : false);
tools/lldb/source/Commands/CommandObjectTarget.cpp
 2019           if (m_interpreter.WasInterrupted())
 2049               if (m_interpreter.WasInterrupted())
 2107           if (m_interpreter.WasInterrupted())
 2130             if (m_interpreter.WasInterrupted())
 2193         if (m_interpreter.WasInterrupted())
 2219         if (m_interpreter.WasInterrupted())
 2266           if (m_interpreter.WasInterrupted())
 2289             if (m_interpreter.WasInterrupted())
 2359             if (m_interpreter.WasInterrupted())
tools/lldb/source/Interpreter/CommandInterpreter.cpp
 1610   if (WasInterrupted()) {
 2206   for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) {
 2686   while (size > 0 && !WasInterrupted()) {
 2723     if (WasInterrupted())