Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/freebsd/
H A DHost.cpp135 process_info.SetEffectiveGroupID(proc_kinfo.ki_groups[0]); in GetFreeBSDProcessUserAndGroup()
137 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
145 process_info.SetEffectiveGroupID(UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
212 process_info.SetEffectiveGroupID(kinfo.ki_svgid); in FindProcessesImpl()
/llvm-project/lldb/source/Host/openbsd/
H A DHost.cpp113 process_info.SetEffectiveGroupID(proc_kinfo.p_gid); in GetOpenBSDProcessCPUType()
122 process_info.SetEffectiveGroupID(UINT32_MAX); in GetOpenBSDProcessUserAndGroup()
172 process_info.SetEffectiveGroupID(kinfo.p_svgid); in FindProcessesImpl()
/llvm-project/lldb/unittests/Utility/
H A DProcessInstanceInfoTest.cpp39 info.SetEffectiveGroupID(4); in TEST()
61 info.SetEffectiveGroupID(4); in TEST()
/llvm-project/lldb/source/Host/netbsd/
H A DHostNetBSD.cpp160 process_info.SetEffectiveGroupID(proc_kinfo->p_gid); in GetNetBSDProcessUserAndGroup()
171 process_info.SetEffectiveGroupID(UINT32_MAX); in GetNetBSDProcessUserAndGroup()
237 process_info.SetEffectiveGroupID(proc_kinfo[i].p_gid); in FindProcessesImpl()
/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()
/llvm-project/lldb/include/lldb/API/
H A DSBAttachInfo.h148 void SetEffectiveGroupID(uint32_t gid);
/llvm-project/lldb/include/lldb/Utility/
H A DProcessInfo.h170 void SetEffectiveGroupID(uint32_t gid) { m_egid = gid; } in SetEffectiveGroupID() function
/llvm-project/lldb/source/Host/macosx/objcxx/
H A DHost.mm633 process_info.SetEffectiveGroupID(
636 process_info.SetEffectiveGroupID(UINT32_MAX);
645 process_info.SetEffectiveGroupID(UINT32_MAX);
703 process_info.SetEffectiveGroupID(kinfo.kp_eproc.e_ucred.cr_groups[0]);
705 process_info.SetEffectiveGroupID(UINT32_MAX);
/llvm-project/lldb/source/Host/linux/
H A DHost.cpp199 ProcessInfo.SetEffectiveGroupID(EGid); in GetStatusInfo()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.cpp390 match_info.GetProcessInfo().SetEffectiveGroupID(gid); in Handle_qfProcessInfo()
H A DGDBRemoteCommunicationClient.cpp2033 process_info.SetEffectiveGroupID(gid); in DecodeProcessInfoResponse()
/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp1367 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()