Searched refs:GetTargetAtIndex (Results 1 – 15 of 15) sorted by relevance
3 lldb.debugger:SetSelectedTarget(lldb.debugger:GetTargetAtIndex(0))
30 obj.GetTargetAtIndex(0xffffffff)
44 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in ShouldAskForConfirmation()
124 TargetSP target_sp(target_list.GetTargetAtIndex(i)); in DumpTargetList()510 TargetSP target_sp(target_list.GetTargetAtIndex(target_idx)); in DoExecute()586 delete_target_list.push_back(target_list.GetTargetAtIndex(i)); in DoExecute()605 target_sp = target_list.GetTargetAtIndex(target_idx); in DoExecute()
114 lldb::TargetSP GetTargetAtIndex(uint32_t index) const;
103 return self.debugger.GetTargetAtIndex(0)
537 lldb::TargetSP TargetList::GetTargetAtIndex(uint32_t idx) const { in GetTargetAtIndex() function in TargetList573 return GetTargetAtIndex(m_selected_target_idx); in GetSelectedTarget()
1076 ProcessSP process = targets.GetTargetAtIndex(tidx)->GetProcessSP(); in KillProcess()
287 GetTargetAtIndex (uint32_t idx);
146 lldb::SBTarget GetTargetAtIndex(uint32_t idx);
114 target = self.dbg.GetTargetAtIndex(0)
893 SBTarget SBDebugger::GetTargetAtIndex(uint32_t idx) { in GetTargetAtIndex() function in SBDebugger894 LLDB_RECORD_METHOD(lldb::SBTarget, SBDebugger, GetTargetAtIndex, (uint32_t), in GetTargetAtIndex()900 sb_target.SetSP(m_opaque_sp->GetTargetList().GetTargetAtIndex(idx)); in GetTargetAtIndex()1762 LLDB_REGISTER_METHOD(lldb::SBTarget, SBDebugger, GetTargetAtIndex, in RegisterMethods()
231 target = self.dbg.GetTargetAtIndex(0)
35 target = sbdebugger.GetTargetAtIndex(i); in RemoveDeadProcessesAndThreads()
753 TargetSP target_sp(m_target_list.GetTargetAtIndex(i)); in Clear()