| /llvm-project/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 161 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 D | SBProcessInfo.cpp | 126 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo 131 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID()
|
| H A D | SBAttachInfo.cpp | 191 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo 194 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
|
| H A D | SBTarget.cpp | 461 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 D | sb_process_info.py | 17 obj.GetEffectiveUserID()
|
| /llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 31 static uint32_t GetEffectiveUserID();
|
| /llvm-project/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 43 uint32_t GetEffectiveUserID();
|
| H A D | SBAttachInfo.h | 138 uint32_t GetEffectiveUserID();
|
| /llvm-project/lldb/unittests/Host/linux/ |
| H A D | HostTest.cpp | 60 EXPECT_EQ(geteuid(), Info.GetEffectiveUserID()); in TEST_F()
|
| /llvm-project/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 153 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 D | TestProcessAPI.py | 422 process_info.GetEffectiveUserID(), 428 process_info.GetEffectiveUserID(),
|
| /llvm-project/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 160 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
|
| /llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse() 1243 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2346 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
|
| /llvm-project/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1330 bool currentUserIsRoot = HostInfo::GetEffectiveUserID() == 0;
|