Lines Matching refs:GetProcessInfo
1238 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
1241 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1257 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1329 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1336 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1344 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); in SetOptionValue()
1351 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
1360 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); in SetOptionValue()
1367 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
1384 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1389 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1395 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1401 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1407 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1413 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1496 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()