Searched refs:GetEffectiveGroupID (Results 1 – 13 of 13) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 142 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 D | SBAttachInfo.cpp | 200 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 D | ProcessInfo.cpp | 158 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 D | SBProcessInfo.i | 55 GetEffectiveGroupID ();
|
| H A D | SBAttachInfo.i | 87 GetEffectiveGroupID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 29 static uint32_t GetEffectiveGroupID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 45 uint32_t GetEffectiveGroupID();
|
| H A D | SBAttachInfo.h | 136 uint32_t GetEffectiveGroupID();
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 122 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 125 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1151 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse() 1181 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2274 match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 5511 result = (uint32_t)(arg1)->GetEffectiveGroupID(); in _wrap_SBAttachInfo_GetEffectiveGroupID() 41459 result = (uint32_t)(arg1)->GetEffectiveGroupID(); in _wrap_SBProcessInfo_GetEffectiveGroupID()
|