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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i55 GetEffectiveGroupID ();
H A DSBAttachInfo.i85 GetEffectiveGroupID();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h29 static uint32_t GetEffectiveGroupID();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h45 uint32_t GetEffectiveGroupID();
H A DSBAttachInfo.h136 uint32_t GetEffectiveGroupID();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp142 uint32_t SBProcessInfo::GetEffectiveGroupID() { function in class:SBProcessInfo
143 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetEffectiveGroupID);
147 group_id = m_opaque_up->GetEffectiveGroupID();
203 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetEffectiveGroupID, ());
H A DSBAttachInfo.cpp200 uint32_t SBAttachInfo::GetEffectiveGroupID() { function in class:SBAttachInfo
201 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetEffectiveGroupID);
203 return m_opaque_sp->GetEffectiveGroupID();
295 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetEffectiveGroupID, ());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp157 s.Format(" egid = {0,-5} ({1})\n", GetEffectiveGroupID(),
158 resolver.GetGroupName(GetEffectiveGroupID()).getValueOr(""));
218 &ProcessInstanceInfo::GetEffectiveGroupID,
287 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp122 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } function in class:HostInfoPosix
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h127 uint32_t GetEffectiveGroupID() const { return m_egid; } function in class:lldb_private::ProcessInstanceInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1186 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID());
1216 proc_info.GetEffectiveGroupID());
H A DGDBRemoteCommunicationClient.cpp2202 match_info.GetProcessInfo().GetEffectiveGroupID());

Completed in 292 milliseconds