Searched refs:GetTargetAtIndex (Results 1 – 9 of 9) sorted by relevance
114 lldb::TargetSP target_sp = target_list.GetTargetAtIndex(j); in GetResources()193 lldb::TargetSP target_sp = target_list.GetTargetAtIndex(target_idx); in ReadTargetResource()
46 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
146 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()528 if (TargetSP target_sp = target_list.GetTargetAtIndex(i)) { in DoExecute()594 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()611 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
119 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()
2804 TargetSP target_sp = targets.GetTargetAtIndex(i); in SetLabel()
350 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
962 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger968 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
22148 result = (arg1)->GetTargetAtIndex(arg2); in _wrap_SBDebugger_GetTargetAtIndex()