Home
last modified time | relevance | path

Searched refs:SetEffectiveGroupID (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp139 process_info.SetEffectiveGroupID(proc_kinfo.ki_groups[0]); in GetFreeBSDProcessUserAndGroup()
141 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
149 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
216 process_info.SetEffectiveGroupID(kinfo.ki_svgid); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp130 process_info.SetEffectiveGroupID(proc_kinfo.p_gid); in GetOpenBSDProcessUserAndGroup()
139 process_info.SetEffectiveGroupID(UINT32_MAX); in GetOpenBSDProcessUserAndGroup()
189 process_info.SetEffectiveGroupID(kinfo.p_svgid); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp166 process_info.SetEffectiveGroupID(proc_kinfo->p_gid); in GetNetBSDProcessUserAndGroup()
177 process_info.SetEffectiveGroupID(UINT32_MAX); in GetNetBSDProcessUserAndGroup()
243 process_info.SetEffectiveGroupID(proc_kinfo[i].p_gid); in FindProcessesImpl()
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBAttachInfo.cpp221 void SBAttachInfo::SetEffectiveGroupID(uint32_t gid) { in SetEffectiveGroupID() function in SBAttachInfo
224 m_opaque_sp->SetEffectiveGroupID(gid); in SetEffectiveGroupID()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h148 void SetEffectiveGroupID(uint32_t gid);
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h170 void SetEffectiveGroupID(uint32_t gid) { m_egid = gid; } in SetEffectiveGroupID() function
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp389 match_info.GetProcessInfo().SetEffectiveGroupID(gid); in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp2031 process_info.SetEffectiveGroupID(gid); in DecodeProcessInfoResponse()
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1367 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp6520 (arg1)->SetEffectiveGroupID(arg2); in _wrap_SBAttachInfo_SetEffectiveGroupID()