Searched refs:GetTargetAtIndex (Results 1 – 8 of 8) sorted by relevance
46 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
145 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()527 if (TargetSP target_sp = target_list.GetTargetAtIndex(i)) { in DoExecute()593 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()610 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 TargetList548 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
2622 TargetSP target_sp = targets.GetTargetAtIndex(i); in SetLabel()
251 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()
21862 result = (arg1)->GetTargetAtIndex(arg2); in _wrap_SBDebugger_GetTargetAtIndex()