Searched refs:GetEffectiveUserID (Results 1 - 13 of 13) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i52 GetEffectiveUserID ();
H A DSBAttachInfo.i82 GetEffectiveUserID();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h28 static uint32_t GetEffectiveUserID();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h43 uint32_t GetEffectiveUserID();
H A DSBAttachInfo.h134 uint32_t GetEffectiveUserID();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp132 uint32_t SBProcessInfo::GetEffectiveUserID() { function in class:SBProcessInfo
133 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetEffectiveUserID);
137 user_id = m_opaque_up->GetEffectiveUserID();
202 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetEffectiveUserID, ());
H A DSBAttachInfo.cpp194 uint32_t SBAttachInfo::GetEffectiveUserID() { function in class:SBAttachInfo
195 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetEffectiveUserID);
197 return m_opaque_sp->GetEffectiveUserID();
294 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetEffectiveUserID, ());
H A DSBTarget.cpp458 attach_info.SetUserID(instance_info.GetEffectiveUserID());
496 attach_info.SetUserID(instance_info.GetEffectiveUserID());
/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp153 s.Format(" euid = {0,-5} ({1})\n", GetEffectiveUserID(),
154 resolver.GetUserName(GetEffectiveUserID()).getValueOr(""));
215 &ProcessInstanceInfo::GetEffectiveUserID,
224 &ProcessInstanceInfo::GetEffectiveUserID,
283 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID())
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp120 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } function in class:HostInfoPosix
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h125 uint32_t GetEffectiveUserID() const { return m_euid; } function in class:lldb_private::ProcessInstanceInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1186 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID());
1215 proc_info.GetEffectiveUserID(),
H A DGDBRemoteCommunicationClient.cpp2199 match_info.GetProcessInfo().GetEffectiveUserID());

Completed in 359 milliseconds