Searched refs:SetAsyncExecution (Results 1 – 6 of 6) sorted by relevance
91 SetAsyncExecution (bool async);
479 debugger.SetAsyncExecution (true); in PerformAction()483 debugger.SetAsyncExecution (old_async); in PerformAction()
2453 m_debugger.SetAsyncExecution (false); in HandleCommands()2500 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()2536 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()2545 m_debugger.SetAsyncExecution (old_async_execution); in HandleCommands()2671 debugger.SetAsyncExecution (false); in HandleCommandsFromFile()2680 debugger.SetAsyncExecution (old_async_execution); in HandleCommandsFromFile()
2360 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2362 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2368 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
262 m_opaque_sp->SetAsyncExecution(b); in SetAsync()
721 Debugger::SetAsyncExecution (bool async_execution) in SetAsyncExecution() function in Debugger