Lines Matching refs:GetProcessInfo
532 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
536 if (platform_sp->GetProcessInfo (pid, proc_info)) in DoExecute()
553 const char *match_name = m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
637 …match_info.GetProcessInfo().SetProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PROCESS_I… in SetOptionValue()
643 …match_info.GetProcessInfo().SetParentProcessID (Args::StringToUInt32 (option_arg, LLDB_INVALID_PRO… in SetOptionValue()
649 …match_info.GetProcessInfo().SetUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success)); in SetOptionValue()
655 …match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &… in SetOptionValue()
661 …match_info.GetProcessInfo().SetGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, &success)… in SetOptionValue()
667 …match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32 (option_arg, UINT32_MAX, 0, … in SetOptionValue()
673 …match_info.GetProcessInfo().GetArchitecture().SetTriple (option_arg, m_interpreter.GetDebugger().G… in SetOptionValue()
677 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
682 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
687 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
692 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
697 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
829 if (platform_sp->GetProcessInfo (pid, proc_info)) in DoExecute()