Searched refs:WasInterrupted (Results 1 – 12 of 12) sorted by relevance
194 bool WasInterrupted = false; member202 WasInterrupted |= Other.WasInterrupted; in combineWith()
170 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()770 LLDB_REGISTER_METHOD_CONST(bool, SBCommandInterpreter, WasInterrupted, ()); in RegisterMethods()
208 bool WasInterrupted() const;
290 bool Status::WasInterrupted() const { in WasInterrupted() function in Status
2007 if (m_interpreter.WasInterrupted()) in DoExecute()2034 if (m_interpreter.WasInterrupted()) in DoExecute()2095 if (m_interpreter.WasInterrupted()) in DoExecute()2113 if (m_interpreter.WasInterrupted()) in DoExecute()2174 if (m_interpreter.WasInterrupted()) in DoExecute()2199 if (m_interpreter.WasInterrupted()) in DoExecute()2248 if (m_interpreter.WasInterrupted()) in DoExecute()2264 if (m_interpreter.WasInterrupted()) in DoExecute()2331 if (m_interpreter.WasInterrupted()) in DoExecute()
1668 if (WasInterrupted()) { in HandleCommand()2298 for (size_t idx = 0; idx < num_lines && !WasInterrupted(); idx++) { in HandleCommands()2771 bool CommandInterpreter::WasInterrupted() const { in WasInterrupted() function in CommandInterpreter2783 while (size > 0 && !WasInterrupted()) { in PrintCommandOutput()2820 if (WasInterrupted()) in IOHandlerInputComplete()
304 bool WasInterrupted() const;
2116 Result.WasInterrupted = true; in handle()2376 if (CombinedResult.WasInterrupted) { in track()2379 CombinedResult.WasInterrupted = false; in track()
963 } else if (error.WasInterrupted()) { in ConnectToDebugserver()
12625 result = (bool)((lldb::SBCommandInterpreter const *)arg1)->WasInterrupted(); in _wrap_SBCommandInterpreter_WasInterrupted()