Searched refs:SetAsyncExecution (Results 1 – 8 of 8) sorted by relevance
533 debugger.SetAsyncExecution(true); in PerformAction()537 debugger.SetAsyncExecution(old_async); in PerformAction()970 debugger.SetAsyncExecution(true); in PerformAction()975 debugger.SetAsyncExecution(old_async); in PerformAction()
3821 debugger.SetAsyncExecution(true); in HandleStop()3824 debugger.SetAsyncExecution(old_async); in HandleStop()
2560 m_debugger.SetAsyncExecution(false); in HandleCommands()2601 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2638 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2658 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2665 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2818 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()2831 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
132 void SetAsyncExecution(bool async);
658 GetDebugger().SetAsyncExecution(false); in DoExecute()667 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
2560 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2562 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2567 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
339 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
984 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger