Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp129 process_info.SetEffectiveUserID(proc_kinfo.p_uid); in GetOpenBSDProcessUserAndGroup()
138 process_info.SetEffectiveUserID(UINT32_MAX); in GetOpenBSDProcessUserAndGroup()
188 process_info.SetEffectiveUserID(kinfo.p_svuid); in FindProcessesImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp218 void SBAttachInfo::SetEffectiveUserID(uint32_t uid) { in SetEffectiveUserID() function in SBAttachInfo
219 LLDB_RECORD_METHOD(void, SBAttachInfo, SetEffectiveUserID, (uint32_t), uid); in SetEffectiveUserID()
221 m_opaque_sp->SetEffectiveUserID(uid); in SetEffectiveUserID()
298 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetEffectiveUserID, (uint32_t)); in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp137 process_info.SetEffectiveUserID(proc_kinfo.ki_uid); in GetFreeBSDProcessUserAndGroup()
148 process_info.SetEffectiveUserID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
215 process_info.SetEffectiveUserID(kinfo.ki_svuid); in FindProcessesImpl()
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp163 process_info.SetEffectiveUserID(proc_kinfo->p_uid); in GetNetBSDProcessUserAndGroup()
174 process_info.SetEffectiveUserID(UINT32_MAX); in GetNetBSDProcessUserAndGroup()
240 process_info.SetEffectiveUserID(proc_kinfo[i].p_uid); in FindProcessesImpl()
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i96 SetEffectiveUserID (uint32_t uid);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h142 void SetEffectiveUserID(uint32_t uid);
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h131 void SetEffectiveUserID(uint32_t uid) { m_euid = uid; } in SetEffectiveUserID() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp381 match_info.GetProcessInfo().SetEffectiveUserID(uid); in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp1988 process_info.SetEffectiveUserID(uid); in DecodeProcessInfoResponse()
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1214 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp5585 (arg1)->SetEffectiveUserID(arg2); in _wrap_SBAttachInfo_SetEffectiveUserID()