Home
last modified time | relevance | path

Searched refs:GetUserID (Results 1 – 23 of 23) sorted by relevance

/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp153 s.Format(" uid = {0,-5} ({1})\n", GetUserID(), in Dump()
154 resolver.GetUserName(GetUserID()).value_or("")); in Dump()
220 &ProcessInstanceInfo::GetUserID, &UserIDResolver::GetUserName); in DumpAsTableRow()
284 m_match_info.GetUserID() != proc_info.GetUserID()) in UserIDsMatch()
/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp86 uint32_t SBProcessInfo::GetUserID() { in GetUserID() function in SBProcessInfo
91 user_id = m_opaque_up->GetUserID(); in GetUserID()
H A DSBAttachInfo.cpp155 uint32_t SBAttachInfo::GetUserID() { in GetUserID() function in SBAttachInfo
158 return m_opaque_sp->GetUserID(); in GetUserID()
H A DSBLaunchInfo.cpp81 uint32_t SBLaunchInfo::GetUserID() { in GetUserID() function in SBLaunchInfo
84 return m_opaque_sp->GetUserID(); in GetUserID()
/llvm-project/lldb/unittests/Symbol/
H A DTestClangASTImporter.cpp193 EXPECT_EQ(metadata, importer.GetDeclMetadata(imported)->GetUserID()); in TEST_F()
224 EXPECT_EQ(metadata, importer.GetDeclMetadata(imported)->GetUserID()); in TEST_F()
249 EXPECT_EQ(metadata, importer.GetDeclMetadata(imported)->GetUserID()); in TEST_F()
/llvm-project/lldb/test/API/python_api/default-constructor/
H A Dsb_process_info.py13 obj.GetUserID()
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.cpp15 lldb::user_id_t uid = GetUserID(); in Dump()
H A DClangASTMetadata.h35 lldb::user_id_t GetUserID() const { in GetUserID() function
H A DClangASTImporter.cpp88 user_id = metadata->GetUserID(); in CopyDecl()
1303 user_id = metadata->GetUserID(); in Imported()
/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h29 static uint32_t GetUserID();
/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h35 uint32_t GetUserID();
H A DSBAttachInfo.h126 uint32_t GetUserID();
H A DSBLaunchInfo.h43 uint32_t GetUserID();
/llvm-project/lldb/unittests/Host/linux/
H A DHostTest.cpp66 EXPECT_EQ(geteuid(), Info.GetUserID()); in TEST_F()
/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp149 uint32_t HostInfoPosix::GetUserID() { return getuid(); } in ComputeHeaderDirectory()
126 uint32_t HostInfoPosix::GetUserID() { return getuid(); } GetUserID() function in HostInfoPosix
/llvm-project/lldb/test/API/python_api/process/
H A DTestProcessAPI.py402 process_info.GetUserID(), lldb.UINT32_MAX, "Process user ID is valid"
406 process_info.GetUserID(), lldb.UINT32_MAX, "Process user ID is invalid"
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h50 uint32_t GetUserID() const { return m_uid; } in GetUserID() function
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp368 if (!all_users && (our_uid != 0) && (process_info.GetUserID() != our_uid)) in FindProcessesImpl()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1213 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse()
1242 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2341 packet.Printf("uid:%u;", match_info.GetProcessInfo().GetUserID()); in FindProcesses()
H A DProcessGDBRemote.cpp3432 debugserver_launch_info.SetUserID(process_info.GetUserID()); in LaunchAndConnectToDebugserver()
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm783 if ((launch_info.GetUserID() == 0) && !authorizationRef) {
908 uid_t requested_uid = launch_info.GetUserID();
1329 bool launchingAsRoot = launch_info.GetUserID() == 0;
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp5309 return sym_file->GetDynamicArrayInfoForUID(metadata->GetUserID(), in ObjCDeclHasIVars()