Searched refs:WasInterrupted (Results 1 – 8 of 8) sorted by relevance
202 bool WasInterrupted = false; member 210 WasInterrupted |= Other.WasInterrupted; in combineWith()
23 self.was_interrupted = debugger.GetCommandInterpreter().WasInterrupted()
255 bool WasInterrupted() const;
677 bool WasInterrupted() const;
146 bool SBCommandInterpreter::WasInterrupted() const { in WasInterrupted() function in SBCommandInterpreter
2289 Result.WasInterrupted = true; in handle() 2568 if (CombinedResult.WasInterrupted) {2571 CombinedResult.WasInterrupted = false; in handle()
3085 bool CommandInterpreter::WasInterrupted() const { in EchoCommandNonInteractive() 3138 if (WasInterrupted()) in IOHandlerInputComplete() 3043 bool CommandInterpreter::WasInterrupted() const { WasInterrupted() function in CommandInterpreter
1352 return GetCommandInterpreter().WasInterrupted(); in GetNumDebuggers()