Searched refs:GetEffectiveGroupID (Results 1 - 12 of 12) sorted by relevance

/openbsd-current/gnu/llvm/lldb/bindings/interface/
H A DSBProcessInfo.i55 GetEffectiveGroupID ();
H A DSBAttachInfo.i87 GetEffectiveGroupID();
/openbsd-current/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h31 static uint32_t GetEffectiveGroupID();
/openbsd-current/gnu/llvm/lldb/include/lldb/API/
H A DSBProcessInfo.h45 uint32_t GetEffectiveGroupID();
H A DSBAttachInfo.h136 uint32_t GetEffectiveGroupID();
/openbsd-current/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp157 s.Format(" egid = {0,-5} ({1})\n", GetEffectiveGroupID(),
158 resolver.GetGroupName(GetEffectiveGroupID()).value_or(""));
218 &ProcessInstanceInfo::GetEffectiveGroupID,
287 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID())
/openbsd-current/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp137 uint32_t SBProcessInfo::GetEffectiveGroupID() { function in class:SBProcessInfo
142 group_id = m_opaque_up->GetEffectiveGroupID();
H A DSBAttachInfo.cpp195 uint32_t SBAttachInfo::GetEffectiveGroupID() { function in class:SBAttachInfo
198 return m_opaque_sp->GetEffectiveGroupID();
/openbsd-current/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h123 uint32_t GetEffectiveGroupID() const { return m_egid; } function in class:lldb_private::ProcessInstanceInfo
/openbsd-current/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp132 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } function in class:HostInfoPosix
/openbsd-current/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID());
1244 proc_info.GetEffectiveGroupID());
H A DGDBRemoteCommunicationClient.cpp2326 match_info.GetProcessInfo().GetEffectiveGroupID());

Completed in 203 milliseconds