Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp132 uint32_t SBProcessInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBProcessInfo
133 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBProcessInfo, GetEffectiveUserID); in GetEffectiveUserID()
137 user_id = m_opaque_up->GetEffectiveUserID(); in GetEffectiveUserID()
217 LLDB_REGISTER_METHOD(uint32_t, SBProcessInfo, GetEffectiveUserID, ()); in RegisterMethods()
H A DSBAttachInfo.cpp194 uint32_t SBAttachInfo::GetEffectiveUserID() { in GetEffectiveUserID() function in SBAttachInfo
195 LLDB_RECORD_METHOD_NO_ARGS(uint32_t, SBAttachInfo, GetEffectiveUserID); in GetEffectiveUserID()
197 return m_opaque_sp->GetEffectiveUserID(); in GetEffectiveUserID()
294 LLDB_REGISTER_METHOD(uint32_t, SBAttachInfo, GetEffectiveUserID, ()); in RegisterMethods()
H A DSBTarget.cpp476 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in Attach()
514 attach_info.SetUserID(instance_info.GetEffectiveUserID()); in AttachToProcessWithID()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DProcessInfo.cpp154 s.Format(" euid = {0,-5} ({1})\n", GetEffectiveUserID(), in Dump()
155 resolver.GetUserName(GetEffectiveUserID()).getValueOr("")); in Dump()
216 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
225 &ProcessInstanceInfo::GetEffectiveUserID, in DumpAsTableRow()
284 m_match_info.GetEffectiveUserID() != proc_info.GetEffectiveUserID()) in UserIDsMatch()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBProcessInfo.i52 GetEffectiveUserID ();
H A DSBAttachInfo.i84 GetEffectiveUserID();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DHostInfoPosix.h28 static uint32_t GetEffectiveUserID();
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBProcessInfo.h43 uint32_t GetEffectiveUserID();
H A DSBAttachInfo.h134 uint32_t GetEffectiveUserID();
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/
H A DHostInfoPosix.cpp120 uint32_t HostInfoPosix::GetEffectiveUserID() { return geteuid(); } in GetEffectiveUserID() function in HostInfoPosix
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h123 uint32_t GetEffectiveUserID() const { return m_euid; } in GetEffectiveUserID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp1151 proc_info.GetEffectiveUserID(), proc_info.GetEffectiveGroupID()); in CreateProcessInfoResponse()
1180 proc_info.GetEffectiveUserID(), in CreateProcessInfoResponse_DebugServerStyle()
H A DGDBRemoteCommunicationClient.cpp2271 match_info.GetProcessInfo().GetEffectiveUserID()); in FindProcesses()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5487 result = (uint32_t)(arg1)->GetEffectiveUserID(); in _wrap_SBAttachInfo_GetEffectiveUserID()
41435 result = (uint32_t)(arg1)->GetEffectiveUserID(); in _wrap_SBProcessInfo_GetEffectiveUserID()