Searched refs:WasInterrupted (Results 1 – 9 of 9) sorted by relevance
168 WasInterrupted () const;
195 bool WasInterrupted() const;
137 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter138 LLDB_RECORD_METHOD_CONST_NO_ARGS(bool, SBCommandInterpreter, WasInterrupted); in WasInterrupted()140 return (IsValid() ? m_opaque_ptr->WasInterrupted() : false); in WasInterrupted()782 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreter, WasInterrupted, ()); in RegisterMethods()
208 bool WasInterrupted() const;
290 bool Status::WasInterrupted() const { in WasInterrupted() function in Status
2045 if (m_interpreter.WasInterrupted()) in DoExecute()2075 if (m_interpreter.WasInterrupted()) in DoExecute()2133 if (m_interpreter.WasInterrupted()) in DoExecute()2156 if (m_interpreter.WasInterrupted()) in DoExecute()2219 if (m_interpreter.WasInterrupted()) in DoExecute()2245 if (m_interpreter.WasInterrupted()) in DoExecute()2292 if (m_interpreter.WasInterrupted()) in DoExecute()2315 if (m_interpreter.WasInterrupted()) in DoExecute()2385 if (m_interpreter.WasInterrupted()) in DoExecute()
308 bool WasInterrupted() const;
1659 if (WasInterrupted()) { in HandleCommand()2294 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()2768 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter2780 while (size > 0 && !WasInterrupted()) { in PrintCommandOutput()2817 if (WasInterrupted()) in IOHandlerInputComplete()
957 } else if (error.WasInterrupted()) { in ConnectToDebugserver()