Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectQuit.cpp44 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
H A DCommandObjectTarget.cpp125 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()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h120 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp535 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList
580 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
H A DPlatform.cpp1076 ProcessSP process = targets.GetTargetAtIndex(tidx)->GetProcessSP(); in KillProcess()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBDebugger.i287 GetTargetAtIndex (uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBDebugger.h184 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp937 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger
938 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()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp18872 result = (arg1)->GetTargetAtIndex(arg2); in _wrap_SBDebugger_GetTargetAtIndex()