Lines Matching refs:GetProcessInfo
1262 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
1265 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1281 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1354 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1361 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1369 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); in SetOptionValue()
1376 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
1385 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); in SetOptionValue()
1392 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
1409 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1414 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1420 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1426 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1432 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1438 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1541 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()