Searched refs:GetTargetAtIndex (Results 1 – 9 of 9) sorted by relevance
44 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
125 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()567 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()584 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
120 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
535 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList580 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
1076 ProcessSP process = targets.GetTargetAtIndex(tidx)->GetProcessSP(); in KillProcess()
287 GetTargetAtIndex (uint32_t idx);
184 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
937 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger938 LLDB_RECORD_METHOD(lldb::SBTarget, SBDebugger, GetTargetAtIndex, (uint32_t), in GetTargetAtIndex()944 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()1811 LLDB_REGISTER_METHOD(lldb::SBTarget, SBDebugger, GetTargetAtIndex, in RegisterMethods()
18872 result = (arg1)->GetTargetAtIndex(arg2); in _wrap_SBDebugger_GetTargetAtIndex()