Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp164 if (EffectiveGroupIDIsValid()) { in Dump()
226 print(&ProcessInstanceInfo::EffectiveGroupIDIsValid, in DumpAsTableRow()
295 if (m_match_info.EffectiveGroupIDIsValid() && in UserIDsMatch()
326 if (m_match_info.EffectiveGroupIDIsValid()) in MatchAllProcesses()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp156 bool SBProcessInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBProcessInfo
161 is_valid = m_opaque_up->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
H A DSBAttachInfo.cpp209 bool SBAttachInfo::EffectiveGroupIDIsValid() { in EffectiveGroupIDIsValid() function in SBAttachInfo
212 return m_opaque_sp->EffectiveGroupIDIsValid(); in EffectiveGroupIDIsValid()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h49 bool EffectiveGroupIDIsValid();
H A DSBAttachInfo.h144 bool EffectiveGroupIDIsValid();
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h166 bool EffectiveGroupIDIsValid() const { return m_egid != UINT32_MAX; } in EffectiveGroupIDIsValid() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.cpp532 if (info.EffectiveGroupIDIsValid()) in Populate()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.cpp2364 if (match_info.GetProcessInfo().EffectiveGroupIDIsValid()) in FindProcesses()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6402 result = (bool)(arg1)->EffectiveGroupIDIsValid(); in _wrap_SBAttachInfo_EffectiveGroupIDIsValid()
48386 result = (bool)(arg1)->EffectiveGroupIDIsValid(); in _wrap_SBProcessInfo_EffectiveGroupIDIsValid()