Home
last modified time | relevance | path

Searched refs:GetEffectiveUserID (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp161 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()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp126 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
131 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBAttachInfo.cpp191 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
194 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBTarget.cpp453 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach()
489 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h30 static uint32_t GetEffectiveUserID();
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h43 uint32_t GetEffectiveUserID();
H A DSBAttachInfo.h138 uint32_t GetEffectiveUserID();
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp130 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h160 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1214 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1243 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2344 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6396 result = (uint32_t)(arg1)->GetEffectiveUserID(); in _wrap_SBAttachInfo_GetEffectiveUserID()
47504 result = (uint32_t)(arg1)->GetEffectiveUserID(); in _wrap_SBProcessInfo_GetEffectiveUserID()