Searched refs:SetAsyncExecution (Results 1 – 6 of 6) sorted by relevance
505 debugger.SetAsyncExecution(true); in PerformAction()509 debugger.SetAsyncExecution(old_async); in PerformAction()865 debugger.SetAsyncExecution(true); in PerformAction()870 debugger.SetAsyncExecution(old_async); in PerformAction()
2223 m_debugger.SetAsyncExecution(false); in HandleCommands()2269 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2306 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2341 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2349 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2476 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()2485 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
125 void SetAsyncExecution(bool async);
2920 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2922 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2927 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
246 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
877 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger