Searched refs:GetAsync (Results 1 – 9 of 9) sorted by relevance
11 old_async = debugger.GetAsync()
1122 async_state = debugger.GetAsync()
182 GetAsync ();
137 bool GetAsync();
566 bool old_async = m_debugger.GetAsync(); in MainLoop()
133 bool GetAsync() const { return m_async; } in GetAsync() function
330 bool SBDebugger::GetAsync() { in GetAsync() function in SBDebugger
893 old_async = self.dbg.GetAsync()
3330 const bool async = attach_info.GetAsync(); in Attach()