Searched refs:SetAsyncExecution (Results 1 – 8 of 8) sorted by relevance
499 debugger.SetAsyncExecution(true); in PerformAction()503 debugger.SetAsyncExecution(old_async); in PerformAction()854 debugger.SetAsyncExecution(true); in PerformAction()859 debugger.SetAsyncExecution(old_async); in PerformAction()
3353 debugger.SetAsyncExecution(true); in HandleStop()3356 debugger.SetAsyncExecution(old_async); in HandleStop()
2291 m_debugger.SetAsyncExecution(false); in HandleCommands()2339 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2376 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2396 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2403 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2552 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()2565 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
115 void SetAsyncExecution(bool async);
2934 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2936 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2941 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
1038 Dbg.SetAsyncExecution(false); in evaluateMemoryMapCommands()
785 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger
268 m_opaque_sp->SetAsyncExecution(b); in SetAsync()