Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp136 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 DProcessInfo.cpp158 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 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()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py18 obj.GetEffectiveGroupID()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcessInfo.i55 GetEffectiveGroupID ();
H A DSBAttachInfo.i87 GetEffectiveGroupID();
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h30 static uint32_t GetEffectiveGroupID();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcessInfo.h45 uint32_t GetEffectiveGroupID();
H A DSBAttachInfo.h136 uint32_t GetEffectiveGroupID();
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DHostTest.cpp47 EXPECT_EQ(getegid(), Info.GetEffectiveGroupID()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostInfoPosix.cpp131 uint32_t HostInfoPosix::GetEffectiveGroupID() { return getegid(); } in GetEffectiveGroupID() function in HostInfoPosix
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py389 process_info.GetEffectiveGroupID(), lldb.UINT32_MAX,
393 process_info.GetEffectiveGroupID(), lldb.UINT32_MAX,
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h125 uint32_t GetEffectiveGroupID() const { return m_egid; } in GetEffectiveGroupID() function
/llvm-project-15.0.7/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.cpp2323 match_info.GetProcessInfo().GetEffectiveGroupID()); in FindProcesses()