Searched refs:WasInterrupted (Results 1 – 8 of 8) sorted by relevance
242 bool WasInterrupted() const;
179 bool WasInterrupted() const;
316 bool Status::WasInterrupted() const { in WasInterrupted() function in Status
168 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter169 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()
2071 if (m_interpreter.WasInterrupted()) in DoExecute()2101 if (m_interpreter.WasInterrupted()) in DoExecute()2168 if (m_interpreter.WasInterrupted()) in DoExecute()2191 if (m_interpreter.WasInterrupted()) in DoExecute()2263 if (m_interpreter.WasInterrupted()) in DoExecute()2289 if (m_interpreter.WasInterrupted()) in DoExecute()2344 if (m_interpreter.WasInterrupted()) in DoExecute()2367 if (m_interpreter.WasInterrupted()) in DoExecute()2436 if (m_interpreter.WasInterrupted()) in DoExecute()
256 bool WasInterrupted() const;
1622 if (WasInterrupted()) { in HandleCommand()2226 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()2729 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter2741 while (size > 0 && !WasInterrupted()) { in PrintCommandOutput()2778 if (WasInterrupted()) in IOHandlerInputComplete()
1027 } else if (error.WasInterrupted()) { in ConnectToDebugserver()