Searched refs:InterruptRequested (Results 1 – 7 of 7) sorted by relevance
441 bool InterruptRequested(const char *cur_func, const char *formatv, in InterruptRequested() function443 bool ret_val = InterruptRequested(); in InterruptRequested()459 (debugger).InterruptRequested(__func__, __VA_ARGS__)462 bool InterruptRequested();
287 bool InterruptRequested();
1735 bool SBDebugger::InterruptRequested() { in InterruptRequested() function in SBDebugger1739 return m_opaque_sp->InterruptRequested(); in InterruptRequested()
149 return (IsValid() ? m_opaque_ptr->GetDebugger().InterruptRequested() : false); in WasInterrupted()
1476 bool Debugger::InterruptRequested() { in InterruptRequested() function in Debugger1508 if (debugger_sp->InterruptRequested()) in DebuggersRequestingInterruption()
966 if (!debugger_sp->InterruptRequested()) in DebuggersOwningModuleRequestingInterruption()
21589 result = (bool)(arg1)->InterruptRequested(); in _wrap_SBDebugger_InterruptRequested()