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

/external/lldb/source/Host/freebsd/
H A DHost.cpp264 process_info.SetGroupID (proc_kinfo.ki_rgid);
276 process_info.SetGroupID (UINT32_MAX);
/external/lldb/include/lldb/API/
H A DSBTarget.h48 SetGroupID (uint32_t gid);
190 SetGroupID (uint32_t gid);
/external/lldb/scripts/Python/interface/
H A DSBTarget.i33 SetGroupID (uint32_t gid);
162 SetGroupID (uint32_t gid);
/external/lldb/source/API/
H A DSBTarget.cpp116 SBLaunchInfo::SetGroupID (uint32_t gid) function in class:SBLaunchInfo
118 m_opaque_sp->SetGroupID (gid);
423 SBAttachInfo::SetGroupID (uint32_t gid) function in class:SBAttachInfo
425 m_opaque_sp->SetGroupID (gid);
/external/lldb/source/Host/linux/
H A DHost.cpp200 process_info.SetGroupID (rGid);
/external/lldb/source/Commands/
H A DCommandObjectPlatform.cpp661 match_info.GetProcessInfo().SetGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success));
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.cpp386 match_info.GetProcessInfo().SetGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success));
H A DGDBRemoteCommunicationClient.cpp1748 process_info.SetGroupID (Args::StringToUInt32 (value.c_str(), UINT32_MAX, 0));
/external/lldb/include/lldb/Target/
H A DProcess.h225 SetGroupID (uint32_t gid) function in class:lldb_private::ProcessInfo

Completed in 3039 milliseconds