Searched refs:SetAsyncExecution (Results 1 – 7 of 7) sorted by relevance
527 debugger.SetAsyncExecution(true); in PerformAction()531 debugger.SetAsyncExecution(old_async); in PerformAction()891 debugger.SetAsyncExecution(true); in PerformAction()896 debugger.SetAsyncExecution(old_async); in PerformAction()
3414 debugger.SetAsyncExecution(true); in HandleStop()3417 debugger.SetAsyncExecution(old_async); in HandleStop()
2295 m_debugger.SetAsyncExecution(false); in HandleCommands()2336 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2373 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2393 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2400 m_debugger.SetAsyncExecution(old_async_execution); in HandleCommands()2554 debugger.SetAsyncExecution(false); in HandleCommandsFromFile()2567 debugger.SetAsyncExecution(old_async_execution); in HandleCommandsFromFile()
159 void SetAsyncExecution(bool async);
2976 m_debugger_sp->SetAsyncExecution(false); in SynchronicityHandler()2978 m_debugger_sp->SetAsyncExecution(true); in SynchronicityHandler()2983 m_debugger_sp->SetAsyncExecution(m_old_asynch); in ~SynchronicityHandler()
807 void Debugger::SetAsyncExecution(bool async_execution) { in SetAsyncExecution() function in Debugger
304 m_opaque_sp->SetAsyncExecution(b); in SetAsync()