Searched refs:SetEffectiveGroupID (Results 1 - 9 of 9) sorted by relevance

/external/lldb/source/Host/freebsd/
H A DHost.cpp267 process_info.SetEffectiveGroupID (proc_kinfo.ki_groups[0]);
269 process_info.SetEffectiveGroupID (UINT32_MAX);
278 process_info.SetEffectiveGroupID (UINT32_MAX);
/external/lldb/include/lldb/API/
H A DSBTarget.h208 SetEffectiveGroupID (uint32_t gid);
/external/lldb/source/Host/linux/
H A DHost.cpp201 process_info.SetEffectiveGroupID (eGid);
/external/lldb/scripts/Python/interface/
H A DSBTarget.i180 SetEffectiveGroupID (uint32_t gid);
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp667 match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp394 match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success));
H A DGDBRemoteCommunicationClient.cpp1752 process_info.SetEffectiveGroupID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0));
/external/lldb/source/API/
H A DSBTarget.cpp459 SBAttachInfo::SetEffectiveGroupID (uint32_t gid) function in class:SBAttachInfo
461 m_opaque_sp->SetEffectiveGroupID(gid);
/external/lldb/include/lldb/Target/
H A DProcess.h391 SetEffectiveGroupID (uint32_t gid) function in class:lldb_private::ProcessInstanceInfo

Completed in 1971 milliseconds