Searched refs:FindTargetWithProcess (Results 1 – 5 of 5) sorted by relevance
161 lldb::TargetSP FindTargetWithProcess(lldb_private::Process *process) const;
128 static lldb::TargetSP FindTargetWithProcess(Process *process);
451 TargetSP TargetList::FindTargetWithProcess(Process *process) const { in FindTargetWithProcess() function in TargetList
662 TargetSP Debugger::FindTargetWithProcess(Process *process) { in FindTargetWithProcess() function in Debugger668 target_sp = (*pos)->GetTargetList().FindTargetWithProcess(process); in FindTargetWithProcess()
998 m_opaque_sp->GetTargetList().FindTargetWithProcess(process_sp.get())); in FindTargetWithLLDBProcess()