Searched refs:GetAsyncExecution (Results 1 – 10 of 10) sorted by relevance
113 bool GetAsyncExecution();
498 bool old_async = debugger.GetAsyncExecution(); in PerformAction()853 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
3352 bool old_async = debugger.GetAsyncExecution(); in HandleStop()
274 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()491 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
510 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
614 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
2281 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()2548 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
784 debugger.GetAsyncExecution() in DoExecute()
781 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
2932 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()