Searched refs:SetAsyncExecution (Results 1 – 8 of 8) sorted by relevance
554 debugger.SetAsyncExecution(true); in PerformAction()558 debugger.SetAsyncExecution(old_async); in PerformAction()993 debugger.SetAsyncExecution(true); in PerformAction()998 debugger.SetAsyncExecution(old_async); in PerformAction()
3977 debugger.SetAsyncExecution(true); in HandleStop()3980 debugger.SetAsyncExecution(old_async); in HandleStop()
2712 m_debugger.SetAsyncExecution(false); in HandleCommands()2752 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2789 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2809 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2816 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2970 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()2983 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
134 void SetAsyncExecution(bool async);
681 GetDebugger().SetAsyncExecution(false); in DoExecute()690 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
2540 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2542 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2547 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
304 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
1120 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger