Searched refs:SetAsyncExecution (Results 1 – 9 of 9) sorted by relevance
530 debugger.SetAsyncExecution(true); in PerformAction()534 debugger.SetAsyncExecution(old_async); in PerformAction()989 debugger.SetAsyncExecution(true); in PerformAction()994 debugger.SetAsyncExecution(old_async); in PerformAction()
3717 debugger.SetAsyncExecution(true); in HandleStop()3720 debugger.SetAsyncExecution(old_async); in HandleStop()
2544 m_debugger.SetAsyncExecution(false); in HandleCommands()2585 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2622 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2642 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2649 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2801 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()2814 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
134 void SetAsyncExecution(bool async);
730 GetDebugger().SetAsyncExecution(false); in DoExecute()739 GetDebugger().SetAsyncExecution(old_sync); in DoExecute()
2742 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2744 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2749 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
1141 Dbg.SetAsyncExecution(false); in evaluateMemoryMapCommands()
327 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
885 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger