Searched refs:GetAsyncExecution (Results 1 – 10 of 10) sorted by relevance
532 bool old_async = debugger.GetAsyncExecution(); in PerformAction()969 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
3820 bool old_async = debugger.GetAsyncExecution(); in HandleStop()
130 bool GetAsyncExecution();
655 bool old_sync = GetDebugger().GetAsyncExecution(); in DoExecute()894 debugger.GetAsyncExecution() in DoExecute()
345 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()583 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
516 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
575 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
2557 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()2814 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
980 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
2558 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()