Searched refs:GetAsyncExecution (Results 1 – 10 of 10) sorted by relevance
130 bool GetAsyncExecution();
536 bool old_async = debugger.GetAsyncExecution(); in PerformAction()904 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
3619 bool old_async = debugger.GetAsyncExecution(); in HandleStop()
322 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()534 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
518 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
565 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
726 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()969 debugger.GetAsyncExecution() in DoExecute()
2490 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()2746 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
861 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
2841 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()