Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBProcessInfo.cpp107 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
110 user_id = m_opaque_ap->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBAttachInfo.cpp125 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
126 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBTarget.cpp436 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach()
486 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBProcessInfo.h42 uint32_t GetEffectiveUserID();
H A DSBAttachInfo.h143 uint32_t GetEffectiveUserID();
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h29 static uint32_t GetEffectiveUserID();
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/posix/
H A DHostInfoPosix.cpp118 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1182 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1202 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2162 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h134 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DProcess.cpp616 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID()) in Matches()