Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp239 bool SBAttachInfo::ParentProcessIDIsValid() { in ParentProcessIDIsValid() function in SBAttachInfo
242 return m_opaque_sp->ParentProcessIDIsValid(); in ParentProcessIDIsValid()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h154 bool ParentProcessIDIsValid();
/freebsd-14.2/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp274 if (m_match_info.ParentProcessIDIsValid() && in ProcessIDsMatch()
313 if (m_match_info.ParentProcessIDIsValid()) in MatchAllProcesses()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h171 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2306 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()
/freebsd-14.2/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5824 result = (bool)(arg1)->ParentProcessIDIsValid(); in _wrap_SBAttachInfo_ParentProcessIDIsValid()