Searched refs:GetTargetAtIndex (Results 1 – 8 of 8) sorted by relevance
47 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
145 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()546 if (TargetSP target_sp = target_list.GetTargetAtIndex(i)) { in DoExecute()613 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()630 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
120 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
499 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList544 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
2632 TargetSP target_sp = targets.GetTargetAtIndex(i); in SetLabel()
248 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
990 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger996 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
20584 result = (arg1)->GetTargetAtIndex(arg2); in _wrap_SBDebugger_GetTargetAtIndex()