Lines Matching refs:GetProcessInfo
1311 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
1314 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1330 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1402 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1409 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1417 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); in SetOptionValue()
1424 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
1433 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); in SetOptionValue()
1440 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
1457 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1462 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1468 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1474 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1480 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1486 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1588 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()