Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp112 process_info.SetEffectiveUserID(proc_kinfo.p_uid); in GetOpenBSDProcessUserAndGroup()
121 process_info.SetEffectiveUserID(UINT32_MAX); in GetOpenBSDProcessUserAndGroup()
171 process_info.SetEffectiveUserID(kinfo.p_svuid); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp133 process_info.SetEffectiveUserID(proc_kinfo.ki_uid); in GetFreeBSDProcessUserAndGroup()
144 process_info.SetEffectiveUserID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
211 process_info.SetEffectiveUserID(kinfo.ki_svuid); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp159 process_info.SetEffectiveUserID(proc_kinfo->p_uid); in GetNetBSDProcessUserAndGroup()
170 process_info.SetEffectiveUserID(UINT32_MAX); in GetNetBSDProcessUserAndGroup()
236 process_info.SetEffectiveUserID(proc_kinfo[i].p_uid); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp215 void SBAttachInfo::SetEffectiveUserID(uint32_t uid) { in SetEffectiveUserID() function in SBAttachInfo
218 m_opaque_sp->SetEffectiveUserID(uid); in SetEffectiveUserID()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h146 void SetEffectiveUserID(uint32_t uid);
/freebsd/contrib/llvm-project/lldb/source/Host/aix/
H A DHost.cpp111 process_info.SetEffectiveUserID(psinfoData.pr_euid); in GetExePathAndIds()
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h168 void SetEffectiveUserID(uint32_t uid) { m_euid = uid; } in SetEffectiveUserID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp387 match_info.GetProcessInfo().SetEffectiveUserID(uid); in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp2043 process_info.SetEffectiveUserID(uid); in DecodeProcessInfoResponse()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1348 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6428 (arg1)->SetEffectiveUserID(arg2); in _wrap_SBAttachInfo_SetEffectiveUserID()