Searched refs:ParentProcessIDIsValid (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h217 ParentProcessIDIsValid();
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp479 SBAttachInfo::ParentProcessIDIsValid() function in class:SBAttachInfo
481 return m_opaque_sp->ParentProcessIDIsValid();
/freebsd-10.1-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h417 ParentProcessIDIsValid() const function in class:lldb_private::ProcessInstanceInfo
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp885 if (m_match_info.ParentProcessIDIsValid() &&
920 if (m_match_info.ParentProcessIDIsValid())
/freebsd-10.1-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2319 if (match_info.GetProcessInfo().ParentProcessIDIsValid())

Completed in 195 milliseconds