Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectQuit.cpp47 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
H A DCommandObjectTarget.cpp135 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()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DTargetList.h120 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
/openbsd-src/gnu/llvm/lldb/utils/lui/
H A Ddebuggerdriver.py103 return self.debugger.GetTargetAtIndex(0)
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTargetList.cpp497 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList
541 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBDebugger.i311 GetTargetAtIndex (uint32_t idx);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBDebugger.h212 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBDebugger.cpp976 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger
982 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()
/openbsd-src/gnu/llvm/lldb/examples/python/
H A Dcrashlog.py1093 target = debugger.GetTargetAtIndex(0)