Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp46 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
H A DCommandObjectTarget.cpp145 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()
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h120 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp499 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList
548 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
H A DTarget.cpp2622 TargetSP target_sp = targets.GetTargetAtIndex(i); in SetLabel()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h251 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp990 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger
996 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp21862 result = (arg1)->GetTargetAtIndex(arg2); in _wrap_SBDebugger_GetTargetAtIndex()