Home
last modified time | relevance | path

Searched refs:GetTargetAtIndex (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectQuit.cpp47 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
H A DCommandObjectTarget.cpp127 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()
539 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in DoExecute()
619 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()
638 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTargetList.h127 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBDebugger.h120 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTargetList.cpp588 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList
624 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
H A DPlatform.cpp1114 ProcessSP process = targets.GetTargetAtIndex(tidx)->GetProcessSP(); in KillProcess()
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBDebugger.cpp705 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger
709 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DDebugger.cpp844 TargetSP target_sp(m_target_list.GetTargetAtIndex(i)); in Clear()