Home
last modified time | relevance | path

Searched refs:IsTargetInProcess (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DTargetList.h220 bool IsTargetInProcess(lldb::TargetSP target_sp);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp579 bool TargetList::IsTargetInProcess(TargetSP target_sp) { in IsTargetInProcess() function in TargetList