Home
last modified time | relevance | path

Searched refs:FindTargetWithProcess (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h161 lldb::TargetSP FindTargetWithProcess(lldb_private::Process *process) const;
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DDebugger.h98 static lldb::TargetSP FindTargetWithProcess(Process *process);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp415 TargetSP TargetList::FindTargetWithProcess(Process *process) const { in FindTargetWithProcess() function in TargetList
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp825 TargetSP Debugger::FindTargetWithProcess(Process *process) { in FindTargetWithProcess() function in Debugger
831 target_sp = (*pos)->GetTargetList().FindTargetWithProcess(process); in FindTargetWithProcess()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBDebugger.cpp1047 m_opaque_sp->GetTargetList().FindTargetWithProcess(process_sp.get())); in FindTargetWithLLDBProcess()