Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp157 s.Format(" egid = {0,-5} ({1})\n", GetEffectiveGroupID(), in Dump()
158 resolver.GetGroupName(GetEffectiveGroupID()).value_or("")); in Dump()
218 &ProcessInstanceInfo::GetEffectiveGroupID, in DumpAsTableRow()
287 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID()) in UserIDsMatch()
/openbsd/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp137 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo
142 group_id = m_opaque_up->GetEffectiveGroupID(); in GetEffectiveGroupID()
H A DSBAttachInfo.cpp195 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo
198 return m_opaque_sp->GetEffectiveGroupID(); in GetEffectiveGroupID()
/openbsd/gnu/llvm/lldb/bindings/interface/
H A DSBProcessInfo.i55 GetEffectiveGroupID ();
H A DSBAttachInfo.i87 GetEffectiveGroupID();
/openbsd/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h31 static uint32_t GetEffectiveGroupID();
/openbsd/gnu/llvm/lldb/include/lldb/API/
H A DSBProcessInfo.h45 uint32_t GetEffectiveGroupID();
H A DSBAttachInfo.h136 uint32_t GetEffectiveGroupID();
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp132 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h123 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function
/openbsd/gnu/llvm/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.cpp2326 match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()