Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBAttachInfo.cpp157 bool SBAttachInfo::ParentProcessIDIsValid() { in ParentProcessIDIsValid() function in SBAttachInfo
158 return m_opaque_sp->ParentProcessIDIsValid(); in ParentProcessIDIsValid()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBAttachInfo.h159 bool ParentProcessIDIsValid();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h150 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp603 if (m_match_info.ParentProcessIDIsValid() && in Matches()
637 if (m_match_info.ParentProcessIDIsValid()) in MatchAllProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2153 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()