Searched refs:GetAsyncExecution (Results 1 – 10 of 10) sorted by relevance
526 bool old_async = debugger.GetAsyncExecution(); in PerformAction()890 bool old_async = debugger.GetAsyncExecution(); in PerformAction()
3413 bool old_async = debugger.GetAsyncExecution(); in HandleStop()
157 bool GetAsyncExecution();
310 return (m_opaque_sp ? m_opaque_sp->GetAsyncExecution() : false); in GetAsync()527 if (!m_opaque_sp->GetAsyncExecution()) { in HandleCommand()
526 if (process->GetTarget().GetDebugger().GetAsyncExecution()) in ResumeNewPlan()
593 if (process_sp->GetTarget().GetDebugger().GetAsyncExecution()) in Continue()
2292 bool old_async_execution = m_debugger.GetAsyncExecution(); in HandleCommands()2550 const bool old_async_execution = debugger.GetAsyncExecution(); in HandleCommandsFromFile()
791 debugger.GetAsyncExecution() in DoExecute()
803 bool Debugger::GetAsyncExecution() { in GetAsyncExecution() function in Debugger
2974 m_old_asynch(debugger_sp->GetAsyncExecution()) { in SynchronicityHandler()