| /llvm-project-15.0.7/lldb/unittests/Utility/ |
| H A D | ProcessInstanceInfoTest.cpp | 133 EXPECT_EQ(deserialized.GetUserID(), info.GetUserID()); in TEST() 163 EXPECT_EQ(deserialized[0].GetUserID(), info.GetUserID()); in TEST()
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | ProcessInfo.cpp | 146 s.Format(" uid = {0,-5} ({1})\n", GetUserID(), in Dump() 147 resolver.GetUserName(GetUserID()).value_or("")); in Dump() 212 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName); in DumpAsTableRow() 276 m_match_info.GetUserID() != proc_info.GetUserID()) in UserIDsMatch()
|
| /llvm-project-15.0.7/lldb/source/API/ |
| H A D | SBProcessInfo.cpp | 87 uint32_t SBProcessInfo::GetUserID() { in GetUserID() function in SBProcessInfo 92 user_id = m_opaque_up->GetUserID(); in GetUserID()
|
| H A D | SBAttachInfo.cpp | 153 uint32_t SBAttachInfo::GetUserID() { in GetUserID() function in SBAttachInfo 156 return m_opaque_sp->GetUserID(); in GetUserID()
|
| H A D | SBLaunchInfo.cpp | 79 uint32_t SBLaunchInfo::GetUserID() { in GetUserID() function in SBLaunchInfo 82 return m_opaque_sp->GetUserID(); in GetUserID()
|
| /llvm-project-15.0.7/lldb/unittests/Symbol/ |
| H A D | TestClangASTImporter.cpp | 178 EXPECT_EQ(metadata, importer.GetDeclMetadata(imported)->GetUserID()); in TEST_F() 205 EXPECT_EQ(metadata, importer.GetDeclMetadata(imported)->GetUserID()); in TEST_F() 228 EXPECT_EQ(metadata, importer.GetDeclMetadata(imported)->GetUserID()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/test/API/python_api/default-constructor/ |
| H A D | sb_process_info.py | 13 obj.GetUserID()
|
| /llvm-project-15.0.7/lldb/source/Plugins/ExpressionParser/Clang/ |
| H A D | ClangASTMetadata.cpp | 15 lldb::user_id_t uid = GetUserID(); in Dump()
|
| H A D | ClangASTMetadata.h | 35 lldb::user_id_t GetUserID() const { in GetUserID() function
|
| H A D | ClangASTImporter.cpp | 86 user_id = metadata->GetUserID(); in CopyDecl() 1049 user_id = metadata->GetUserID(); in Imported()
|
| /llvm-project-15.0.7/lldb/bindings/interface/ |
| H A D | SBProcessInfo.i | 40 GetUserID ();
|
| H A D | SBAttachInfo.i | 66 GetUserID();
|
| H A D | SBLaunchInfo.i | 23 GetUserID();
|
| /llvm-project-15.0.7/lldb/include/lldb/Host/posix/ |
| H A D | HostInfoPosix.h | 27 static uint32_t GetUserID();
|
| /llvm-project-15.0.7/lldb/include/lldb/API/ |
| H A D | SBProcessInfo.h | 35 uint32_t GetUserID();
|
| H A D | SBAttachInfo.h | 122 uint32_t GetUserID();
|
| H A D | SBLaunchInfo.h | 35 uint32_t GetUserID();
|
| /llvm-project-15.0.7/lldb/unittests/Host/linux/ |
| H A D | HostTest.cpp | 50 EXPECT_EQ(geteuid(), Info.GetUserID()); in TEST_F()
|
| /llvm-project-15.0.7/lldb/source/Host/posix/ |
| H A D | HostInfoPosix.cpp | 125 uint32_t HostInfoPosix::GetUserID() { return getuid(); } in GetUserID() function in HostInfoPosix
|
| /llvm-project-15.0.7/lldb/test/API/python_api/process/ |
| H A D | TestProcessAPI.py | 362 process_info.GetUserID(), lldb.UINT32_MAX, 366 process_info.GetUserID(), lldb.UINT32_MAX,
|
| /llvm-project-15.0.7/lldb/include/lldb/Utility/ |
| H A D | ProcessInfo.h | 49 uint32_t GetUserID() const { return m_uid; } in GetUserID() function
|
| /llvm-project-15.0.7/lldb/source/Host/linux/ |
| H A D | Host.cpp | 268 if (!all_users && (our_uid != 0) && (process_info.GetUserID() != our_uid)) in FindProcessesImpl()
|
| /llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationServerCommon.cpp | 1213 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse() 1242 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse_DebugServerStyle()
|
| H A D | GDBRemoteCommunicationClient.cpp | 2315 packet.Printf("uid:%u;", match_info.GetProcessInfo().GetUserID()); in FindProcesses()
|
| /llvm-project-15.0.7/lldb/source/Host/macosx/objcxx/ |
| H A D | Host.mm | 754 if ((launch_info.GetUserID() == 0) && !authorizationRef) { 875 uid_t requested_uid = launch_info.GetUserID(); 1293 bool launchingAsRoot = launch_info.GetUserID() == 0;
|