| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 136 EXPECT_EQ(deserialized.GetEffectiveGroupID(), info.GetEffectiveGroupID()); in TEST() 166 EXPECT_EQ(deserialized[0].GetEffectiveGroupID(), info.GetEffectiveGroupID()); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 158 s.Format(" egid = {0,-5} ({1})\n", GetEffectiveGroupID(), in Dump() 159 resolver.GetGroupName(GetEffectiveGroupID()).value_or("")); in Dump() 219 &ProcessInstanceInfo::GetEffectiveGroupID, in DumpAsTableRow() 288 m_match_info.GetEffectiveGroupID() != proc_info.GetEffectiveGroupID()) in UserIDsMatch()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 137 uint32_t SBProcessInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBProcessInfo 142 group_id = m_opaque_up->GetEffectiveGroupID(); in GetEffectiveGroupID()
|
| H A D | SBAttachInfo.cpp | 195 uint32_t SBAttachInfo::GetEffectiveGroupID() { in GetEffectiveGroupID() function in SBAttachInfo 198 return m_opaque_sp->GetEffectiveGroupID(); in GetEffectiveGroupID()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_process_info.py | 18 obj.GetEffectiveGroupID()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 55 GetEffectiveGroupID ();
|
| H A D | SBAttachInfo.i | 87 GetEffectiveGroupID();
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 30 static uint32_t GetEffectiveGroupID();
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 45 uint32_t GetEffectiveGroupID();
|
| H A D | SBAttachInfo.h | 136 uint32_t GetEffectiveGroupID();
|
| /llvm-project-15.0.7/lldb/unittests/Host/linux/ |
| H A D | HostTest.cpp | 47 EXPECT_EQ(getegid(), Info.GetEffectiveGroupID()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 131 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/ |
| H A D | TestProcessAPI.py | 389 process_info.GetEffectiveGroupID(), lldb.UINT32_MAX, 393 process_info.GetEffectiveGroupID(), lldb.UINT32_MAX,
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 125 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse() 1244 proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2323 match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()
|