Searched refs:GetAsync (Results 1 – 8 of 8) sorted by relevance
248 const bool bAsyncMode = rSessionInfo.GetDebugger().GetAsync(); in OptionFnTargetAsync()
1315 const bool bAsyncSetting = rSessionInfo.GetDebugger().GetAsync(); in ExecuteCommandFile()
312 if (!rSessionInfo.GetDebugger().GetAsync()) { in CheckIfNeedToRebroadcastStopEvent()
72 bool GetAsync();
696 bool old_async = m_debugger.GetAsync(); in MainLoop()
249 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
199 bool GetAsync() const { return m_async; } in GetAsync() function
3001 const bool async = attach_info.GetAsync(); in Attach()