Searched refs:SetAsync (Results 1 – 7 of 7) sorted by relevance
38 m_opaque_sp->SetAsync(async); in SBAttachInfo()102 m_opaque_sp->SetAsync(async); in SetWaitForLaunch()
244 void SBDebugger::SetAsync(bool b) { in SetAsync() function in SBDebugger
474 CMICmnLLDBDebugSessionInfo::Instance().GetDebugger().SetAsync(false); in ParseArgs()1316 rSessionInfo.GetDebugger().SetAsync(vbAsyncMode); in ExecuteCommandFile()1350 rSessionInfo.GetDebugger().SetAsync(bAsyncSetting); in ExecuteCommandFile()
259 rSessionInfo.GetDebugger().SetAsync(bAsyncMode); in OptionFnTargetAsync()
70 void SetAsync(bool b);
697 m_debugger.SetAsync(false); in MainLoop()731 m_debugger.SetAsync(old_async); in MainLoop()
201 void SetAsync(bool b) { m_async = b; } in SetAsync() function