Searched refs:InterruptRequested (Results 1 – 7 of 7) sorted by relevance
436 bool InterruptRequested(const char *cur_func, const char *formatv, in InterruptRequested() function438 bool ret_val = InterruptRequested(); in InterruptRequested()454 (debugger).InterruptRequested(__func__, __VA_ARGS__)457 bool InterruptRequested();
206 bool InterruptRequested();
1718 bool SBDebugger::InterruptRequested() { in InterruptRequested() function in SBDebugger1722 return m_opaque_sp->InterruptRequested(); in InterruptRequested()
148 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
1294 bool Debugger::InterruptRequested() { in InterruptRequested() function in Debugger1326 if (debugger_sp->InterruptRequested()) in DebuggersRequestingInterruption()
983 if (!debugger_sp->InterruptRequested()) in DebuggersOwningModuleRequestingInterruption()
20025 result = (bool)(arg1)->InterruptRequested(); in _wrap_SBDebugger_InterruptRequested()