Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DProcessInfo.cpp153 s.Format(" euid = {0,-5} ({1})\n", GetEffectiveUserID(), in Dump()
154 resolver.GetUserName(GetEffectiveUserID()).value_or("")); in Dump()
215 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
224 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
283 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID()) in UserIDsMatch()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBProcessInfo.cpp127 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
132 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBAttachInfo.cpp189 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
192 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
H A DSBTarget.cpp444 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach()
480 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBProcessInfo.i52 GetEffectiveUserID ();
H A DSBAttachInfo.i84 GetEffectiveUserID();
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h30 static uint32_t GetEffectiveUserID();
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBProcessInfo.h43 uint32_t GetEffectiveUserID();
H A DSBAttachInfo.h134 uint32_t GetEffectiveUserID();
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DHostInfoPosix.cpp130 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DProcessInfo.h121 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
/openbsd-src/gnu/llvm/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.cpp2323 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
/openbsd-src/gnu/llvm/lldb/source/Host/macosx/objcxx/
H A DHost.mm1295 bool currentUserIsRoot = HostInfo::GetEffectiveUserID() == 0;