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