Searched refs:GetTargetAtIndex (Results 1 – 8 of 8) sorted by relevance
47 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
127 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()539 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in DoExecute()619 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()638 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
127 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
120 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
588 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList624 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
1114 ProcessSP process = targets.GetTargetAtIndex(tidx)->GetProcessSP(); in KillProcess()
705 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger709 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
844 TargetSP target_sp(m_target_list.GetTargetAtIndex(i)); in Clear()