Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.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-14-stable/contrib/llvm-project/lldb/source/API/
HDSBAttachInfo.cpp239 bool SBAttachInfo::ParentProcessIDIsValid() { in ParentProcessIDIsValid() function in SBAttachInfo
242 return m_opaque_sp->ParentProcessIDIsValid(); in ParentProcessIDIsValid()
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBAttachInfo.h154 bool ParentProcessIDIsValid();
/freebsd-14-stable/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h176 bool ParentProcessIDIsValid() const { in ParentProcessIDIsValid() function
/freebsd-14-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationClient.cpp2335 if (match_info.GetProcessInfo().ParentProcessIDIsValid()) in FindProcesses()
/freebsd-14-stable/lib/clang/liblldb/
HDLLDBWrapLua.cpp6594 result = (bool)(arg1)->ParentProcessIDIsValid(); in _wrap_SBAttachInfo_ParentProcessIDIsValid()