Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp124 if (ParentProcessIDIsValid()) in Dump()
197 (ParentProcessIDIsValid()) ? GetParentProcessID() : 0); in DumpAsTableRow()
275 if (m_match_info.ParentProcessIDIsValid() && in ProcessIDsMatch()
314 if (m_match_info.ParentProcessIDIsValid()) in MatchAllProcesses()
/freebsd/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/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h154 bool ParentProcessIDIsValid();
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h176 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp535 if (info.ParentProcessIDIsValid()) in Populate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2354 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6528 result = (bool)(arg1)->ParentProcessIDIsValid(); in _wrap_SBAttachInfo_ParentProcessIDIsValid()