Searched refs:GetAsyncExecution (Results 1 – 8 of 8) sorted by relevance
123 bool GetAsyncExecution();
504 bool old_async = debugger.GetAsyncExecution(); in PerformAction()864 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
250 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()374 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
674 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
627 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
2213 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()2472 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
873 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
2918 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()