Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcessInfo.cpp115 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo
118 group_id = m_opaque_ap->GetEffectiveGroupID(); in GetEffectiveGroupID()
H A DSBAttachInfo.cpp129 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo
130 return m_opaque_sp->GetEffectiveGroupID(); in GetEffectiveGroupID()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcessInfo.h44 uint32_t GetEffectiveGroupID();
H A DSBAttachInfo.h145 uint32_t GetEffectiveGroupID();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h30 static uint32_t GetEffectiveGroupID();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostInfoPosix.cpp120 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1182 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1203 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2165 match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h136 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp620 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID()) in Matches()