Searched refs:SetAsyncExecution (Results 1 – 9 of 9) sorted by relevance
537 debugger.SetAsyncExecution(true); in PerformAction()541 debugger.SetAsyncExecution(old_async); in PerformAction()905 debugger.SetAsyncExecution(true); in PerformAction()910 debugger.SetAsyncExecution(old_async); in PerformAction()
3620 debugger.SetAsyncExecution(true); in HandleStop()3623 debugger.SetAsyncExecution(old_async); in HandleStop()
2493 m_debugger.SetAsyncExecution(false); in HandleCommands()2534 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2571 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2591 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2598 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2750 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()2763 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
132 void SetAsyncExecution(bool async);
729 GetDebugger().SetAsyncExecution(false); in DoExecute()738 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
2843 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2845 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2850 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
1043 Dbg.SetAsyncExecution(false); in evaluateMemoryMapCommands()
316 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
865 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger