Searched refs:GetAsyncExecution (Results 1 – 9 of 9) sorted by relevance
113 bool GetAsyncExecution();
498 bool old_async = debugger.GetAsyncExecution(); in PerformAction()853 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
2646 bool old_async = GetDebugger().GetAsyncExecution(); in RunStopHooks()
273 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()490 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
579 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
613 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
2207 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()2472 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
814 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
2913 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()