| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 135 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 D | ProcessInfo.cpp | 154 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 D | SBProcessInfo.cpp | 127 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo 132 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID()
|
| H A D | SBAttachInfo.cpp | 189 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo 192 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
|
| H A D | SBTarget.cpp | 444 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 D | sb_process_info.py | 17 obj.GetEffectiveUserID()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 52 GetEffectiveUserID ();
|
| H A D | SBAttachInfo.i | 84 GetEffectiveUserID();
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 29 static uint32_t GetEffectiveUserID();
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 43 uint32_t GetEffectiveUserID();
|
| H A D | SBAttachInfo.h | 134 uint32_t GetEffectiveUserID();
|
| /llvm-project-15.0.7/lldb/unittests/Host/linux/ |
| H A D | HostTest.cpp | 44 EXPECT_EQ(geteuid(), Info.GetEffectiveUserID()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 129 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/ |
| H A D | TestProcessAPI.py | 380 process_info.GetEffectiveUserID(), lldb.UINT32_MAX, 384 process_info.GetEffectiveUserID(), lldb.UINT32_MAX,
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 123 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() 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() 1243 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2320 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 1294 bool currentUserIsRoot = HostInfo::GetEffectiveUserID() == 0;
|