Searched refs:SetEffectiveUserID (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
H A DSBAttachInfo.i94 SetEffectiveUserID (uint32_t uid);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h142 void SetEffectiveUserID(uint32_t uid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp218 void SBAttachInfo::SetEffectiveUserID(uint32_t uid) { function in class:SBAttachInfo
219 LLDB_RECORD_METHOD(void, SBAttachInfo, SetEffectiveUserID, (uint32_t), uid);
221 m_opaque_sp->SetEffectiveUserID(uid);
298 LLDB_REGISTER_METHOD(void, SBAttachInfo, SetEffectiveUserID, (uint32_t));
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp137 process_info.SetEffectiveUserID(proc_kinfo.ki_uid);
148 process_info.SetEffectiveUserID(UINT32_MAX);
212 process_info.SetEffectiveUserID(kinfo.ki_svuid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp129 process_info.SetEffectiveUserID(proc_kinfo.p_uid);
138 process_info.SetEffectiveUserID(UINT32_MAX);
188 process_info.SetEffectiveUserID(kinfo.p_svuid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHost.cpp141 process_info.SetEffectiveUserID(proc_kinfo->p_uid);
152 process_info.SetEffectiveUserID(UINT32_MAX);
215 process_info.SetEffectiveUserID(proc_kinfo[i].p_uid);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h133 void SetEffectiveUserID(uint32_t uid) { m_euid = uid; } function in class:lldb_private::ProcessInstanceInfo
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp387 match_info.GetProcessInfo().SetEffectiveUserID(uid);
H A DGDBRemoteCommunicationClient.cpp1913 process_info.SetEffectiveUserID(uid);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1188 match_info.GetProcessInfo().SetEffectiveUserID(success ? id

Completed in 150 milliseconds