Searched refs:GetTargetAtIndex (Results 1 – 9 of 9) sorted by relevance
47 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
135 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()580 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()597 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
120 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
103 return self.debugger.GetTargetAtIndex(0)
497 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList541 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
311 GetTargetAtIndex (uint32_t idx);
212 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
976 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger982 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
1093 target = debugger.GetTargetAtIndex(0)