Home
last modified time | relevance | path

Searched refs:GetEffectiveUserID (Results 1 – 18 of 18) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp135 EXPECT_EQ(deserialized.GetEffectiveUserID(), info.GetEffectiveUserID()); in TEST()
165 EXPECT_EQ(deserialized[0].GetEffectiveUserID(), info.GetEffectiveUserID()); in TEST()
/llvm-project-15.0.7/lldb/source/Utility/
H A DProcessInfo.cpp154 s.Format(" euid = {0,-5} ({1})\n", GetEffectiveUserID(), in Dump()
155 resolver.GetUserName(GetEffectiveUserID()).value_or("")); in Dump()
216 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
225 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
284 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID()) in UserIDsMatch()
/llvm-project-15.0.7/lldb/source/API/
H A DSBProcessInfo.cpp127 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
132 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBAttachInfo.cpp189 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
192 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBTarget.cpp444 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach()
480 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
/llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py17 obj.GetEffectiveUserID()
/llvm-project-15.0.7/lldb/bindings/interface/
H A DSBProcessInfo.i52 GetEffectiveUserID ();
H A DSBAttachInfo.i84 GetEffectiveUserID();
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h29 static uint32_t GetEffectiveUserID();
/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBProcessInfo.h43 uint32_t GetEffectiveUserID();
H A DSBAttachInfo.h134 uint32_t GetEffectiveUserID();
/llvm-project-15.0.7/lldb/unittests/Host/linux/
H A DHostTest.cpp44 EXPECT_EQ(geteuid(), Info.GetEffectiveUserID()); in TEST_F()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DHostInfoPosix.cpp129 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
/llvm-project-15.0.7/lldb/test/API/python_api/process/
H A DTestProcessAPI.py380 process_info.GetEffectiveUserID(), lldb.UINT32_MAX,
384 process_info.GetEffectiveUserID(), lldb.UINT32_MAX,
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DProcessInfo.h123 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1243 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2320 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
/llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/
H A DHost.mm1294 bool currentUserIsRoot = HostInfo::GetEffectiveUserID() == 0;