Home
last modified time | relevance | path

Searched refs:GetEffectiveGroupID (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp165 s.Format(" egid = {0,-5} ({1})\n", GetEffectiveGroupID(), in Dump()
166 resolver.GetGroupName(GetEffectiveGroupID()).value_or("")); in Dump()
227 &ProcessInstanceInfo::GetEffectiveGroupID, in DumpAsTableRow()
296 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID()) in UserIDsMatch()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp136 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo
141 group_id = m_opaque_up->GetEffectiveGroupID(); in GetEffectiveGroupID()
H A DSBAttachInfo.cpp197 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo
200 return m_opaque_sp->GetEffectiveGroupID(); in GetEffectiveGroupID()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h31 static uint32_t GetEffectiveGroupID();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h45 uint32_t GetEffectiveGroupID();
H A DSBAttachInfo.h140 uint32_t GetEffectiveGroupID();
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp132 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h162 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1244 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2347 match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6420 result = (uint32_t)(arg1)->GetEffectiveGroupID(); in _wrap_SBAttachInfo_GetEffectiveGroupID()
47528 result = (uint32_t)(arg1)->GetEffectiveGroupID(); in _wrap_SBProcessInfo_GetEffectiveGroupID()