Searched refs:SetTarget (Results 1 – 6 of 6) sorted by relevance
212 void SetTarget(const lldb::SBTarget target);
450 void VSCode::SetTarget(const lldb::SBTarget target) { in SetTarget() function in lldb_vscode::VSCode
626 g_vsc.SetTarget(g_vsc.CreateTargetFromArguments(*arguments, status)); in request_attach()1673 g_vsc.SetTarget(g_vsc.CreateTargetFromArguments(*arguments, status)); in request_launch()
276 void SetTarget(lldb::TargetSP &target_sp) { m_target_sp = target_sp; } in SetTarget() function
166 ret_sp->SetTarget(target_sp); in CreateCopy()
474 func (m Module) SetTarget(target string) { func