Searched refs:InterruptRequested (Results 1 – 7 of 7) sorted by relevance
429 bool InterruptRequested(const char *cur_func, const char *formatv, in InterruptRequested() function431 bool ret_val = InterruptRequested(); in InterruptRequested()447 (debugger).InterruptRequested(__func__, __VA_ARGS__)450 bool InterruptRequested();
209 bool InterruptRequested();
1738 bool SBDebugger::InterruptRequested() { in InterruptRequested() function in SBDebugger1742 return m_opaque_sp->InterruptRequested(); in InterruptRequested()
149 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
1308 bool Debugger::InterruptRequested() { in InterruptRequested() function in Debugger1340 if (debugger_sp->InterruptRequested()) in DebuggersRequestingInterruption()
983 if (!debugger_sp->InterruptRequested()) in DebuggersOwningModuleRequestingInterruption()
21303 result = (bool)(arg1)->InterruptRequested(); in _wrap_SBDebugger_InterruptRequested()