Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp142 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo
143 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetEffectiveGroupID); in GetEffectiveGroupID()
147 group_id = m_opaque_up->GetEffectiveGroupID(); in GetEffectiveGroupID()
218 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetEffectiveGroupID, ()); in RegisterMethods()
H A DSBAttachInfo.cpp200 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo
201 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetEffectiveGroupID); in GetEffectiveGroupID()
203 return m_opaque_sp->GetEffectiveGroupID(); in GetEffectiveGroupID()
295 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetEffectiveGroupID, ()); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp158 s.Format(" egid = {0,-5} ({1})\n", GetEffectiveGroupID(), in Dump()
159 resolver.GetGroupName(GetEffectiveGroupID()).getValueOr("")); in Dump()
219 &ProcessInstanceInfo::GetEffectiveGroupID, in DumpAsTableRow()
288 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID()) in UserIDsMatch()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i55 GetEffectiveGroupID ();
H A DSBAttachInfo.i87 GetEffectiveGroupID();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h29 static uint32_t GetEffectiveGroupID();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h45 uint32_t GetEffectiveGroupID();
H A DSBAttachInfo.h136 uint32_t GetEffectiveGroupID();
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp122 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h125 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1151 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1181 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2274 match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5511 result = (uint32_t)(arg1)->GetEffectiveGroupID(); in _wrap_SBAttachInfo_GetEffectiveGroupID()
41459 result = (uint32_t)(arg1)->GetEffectiveGroupID(); in _wrap_SBProcessInfo_GetEffectiveGroupID()