Lines Matching refs:GetProcessInfo
1263 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
1266 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()
1282 m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
1355 match_info.GetProcessInfo().SetProcessID(id); in SetOptionValue()
1362 match_info.GetProcessInfo().SetParentProcessID(id); in SetOptionValue()
1370 match_info.GetProcessInfo().SetUserID(success ? id : UINT32_MAX); in SetOptionValue()
1377 match_info.GetProcessInfo().SetEffectiveUserID(success ? id in SetOptionValue()
1386 match_info.GetProcessInfo().SetGroupID(success ? id : UINT32_MAX); in SetOptionValue()
1393 match_info.GetProcessInfo().SetEffectiveGroupID(success ? id in SetOptionValue()
1410 match_info.GetProcessInfo().GetArchitecture() = in SetOptionValue()
1415 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1421 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1427 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1433 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1439 match_info.GetProcessInfo().GetExecutableFile().SetFile( in SetOptionValue()
1542 if (platform_sp->GetProcessInfo(pid, proc_info)) { in DoExecute()