Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/source/Utility/
HDProcessInfo.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()
/freebsd-head/contrib/llvm-project/lldb/source/API/
HDSBProcessInfo.cpp86 uint32_t SBProcessInfo::GetUserID() { in GetUserID() function in SBProcessInfo
91 user_id = m_opaque_up->GetUserID(); in GetUserID()
HDSBAttachInfo.cpp155 uint32_t SBAttachInfo::GetUserID() { in GetUserID() function in SBAttachInfo
158 return m_opaque_sp->GetUserID(); in GetUserID()
HDSBLaunchInfo.cpp81 uint32_t SBLaunchInfo::GetUserID() { in GetUserID() function in SBLaunchInfo
84 return m_opaque_sp->GetUserID(); in GetUserID()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
HDClangASTMetadata.cpp15 lldb::user_id_t uid = GetUserID(); in Dump()
HDClangASTMetadata.h35 lldb::user_id_t GetUserID() const { in GetUserID() function
HDClangASTImporter.cpp89 user_id = metadata->GetUserID(); in CopyDecl()
1289 user_id = metadata->GetUserID(); in Imported()
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Host/posix/
HDHostInfoPosix.h28 static uint32_t GetUserID();
/freebsd-head/contrib/llvm-project/lldb/include/lldb/API/
HDSBProcessInfo.h35 uint32_t GetUserID();
HDSBAttachInfo.h126 uint32_t GetUserID();
HDSBLaunchInfo.h43 uint32_t GetUserID();
/freebsd-head/contrib/llvm-project/lldb/source/Host/posix/
HDHostInfoPosix.cpp126 uint32_t HostInfoPosix::GetUserID() { return getuid(); } in GetUserID() function in HostInfoPosix
/freebsd-head/contrib/llvm-project/lldb/include/lldb/Utility/
HDProcessInfo.h50 uint32_t GetUserID() const { return m_uid; } in GetUserID() function
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
HDGDBRemoteCommunicationServerCommon.cpp1213 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse()
1242 proc_info.GetUserID(), proc_info.GetGroupID(), in CreateProcessInfoResponse_DebugServerStyle()
HDGDBRemoteCommunicationClient.cpp2339 packet.Printf("uid:%u;", match_info.GetProcessInfo().GetUserID()); in FindProcesses()
HDProcessGDBRemote.cpp3375 debugserver_launch_info.SetUserID(process_info.GetUserID()); in LaunchAndConnectToDebugserver()
/freebsd-head/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
HDTypeSystemClang.cpp5326 return sym_file->GetDynamicArrayInfoForUID(metadata->GetUserID(), in GetDynamicArrayInfo()
/freebsd-head/lib/clang/liblldb/
HDLLDBWrapLua.cpp6248 result = (uint32_t)(arg1)->GetUserID(); in _wrap_SBAttachInfo_GetUserID()
34916 result = (uint32_t)(arg1)->GetUserID(); in _wrap_SBLaunchInfo_GetUserID()
47408 result = (uint32_t)(arg1)->GetUserID(); in _wrap_SBProcessInfo_GetUserID()