Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp161 s.Format(" euid = {0,-5} ({1})\n", GetEffectiveUserID(), in Dump()
162 resolver.GetUserName(GetEffectiveUserID()).value_or("")); in Dump()
224 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
233 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
292 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID()) in UserIDsMatch()
/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp126 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
131 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBAttachInfo.cpp191 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
194 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBTarget.cpp461 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach()
497 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py17 obj.GetEffectiveUserID()
/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h31 static uint32_t GetEffectiveUserID();
/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h43 uint32_t GetEffectiveUserID();
H A DSBAttachInfo.h138 uint32_t GetEffectiveUserID();
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp60 EXPECT_EQ(geteuid(), Info.GetEffectiveUserID()); in TEST_F()
/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp153 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEnvironmentVar()
130 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } GetEffectiveUserID() function in HostInfoPosix
/llvm-project/lldb/test/API/python_api/process/
H A DTestProcessAPI.py422 process_info.GetEffectiveUserID(),
428 process_info.GetEffectiveUserID(),
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h160 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
/llvm-project/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.cpp2346 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm1330 bool currentUserIsRoot = HostInfo::GetEffectiveUserID() == 0;