Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcessInfo.cpp131 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo
134 is_valid = m_opaque_ap->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
H A DSBAttachInfo.cpp137 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo
138 return m_opaque_sp->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcessInfo.h48 bool EffectiveGroupIDIsValid();
H A DSBAttachInfo.h149 bool EffectiveGroupIDIsValid();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h140 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2163 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()
2166 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp619 if (m_match_info.EffectiveGroupIDIsValid() && in Matches()
649 if (m_match_info.EffectiveGroupIDIsValid()) in MatchAllProcesses()