Home
last modified time | relevance | path

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

/external/lldb/source/Host/freebsd/
DHost.cpp267 process_info.SetEffectiveGroupID (proc_kinfo.ki_groups[0]); in GetFreeBSDProcessUserAndGroup()
269 process_info.SetEffectiveGroupID (UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
278 process_info.SetEffectiveGroupID (UINT32_MAX); in GetFreeBSDProcessUserAndGroup()
/external/lldb/include/lldb/API/
DSBTarget.h208 SetEffectiveGroupID (uint32_t gid);
/external/lldb/source/Host/linux/
DHost.cpp201 process_info.SetEffectiveGroupID (eGid); in GetLinuxProcessUserAndGroup()
/external/lldb/scripts/Python/interface/
DSBTarget.i180 SetEffectiveGroupID (uint32_t gid);
/external/lldb/source/Host/macosx/
DHost.mm1206 process_info.SetEffectiveGroupID (proc_kinfo.kp_eproc.e_ucred.cr_groups[0]);
1208 process_info.SetEffectiveGroupID (UINT32_MAX);
1217 process_info.SetEffectiveGroupID (UINT32_MAX);
1277 process_info.SetEffectiveGroupID (kinfo.kp_eproc.e_ucred.cr_groups[0]);
1279 process_info.SetEffectiveGroupID (UINT32_MAX);
/external/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServer.cpp394 …match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0… in Handle_qfProcessInfo()
DGDBRemoteCommunicationClient.cpp1752 … process_info.SetEffectiveGroupID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0)); in DecodeProcessInfoResponse()
/external/lldb/source/Commands/
DCommandObjectPlatform.cpp667 …match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, … in SetOptionValue()
/external/lldb/source/API/
DSBTarget.cpp459 SBAttachInfo::SetEffectiveGroupID (uint32_t gid) in SetEffectiveGroupID() function in SBAttachInfo
461 m_opaque_sp->SetEffectiveGroupID(gid); in SetEffectiveGroupID()
/external/lldb/include/lldb/Target/
DProcess.h391 SetEffectiveGroupID (uint32_t gid) in SetEffectiveGroupID() function
/external/lldb/www/python_reference/
Dapi-objects.txt2339 lldb.SBAttachInfo.SetEffectiveGroupID lldb.SBAttachInfo-class.html#SetEffectiveGroupID