Lines Matching refs:match_info
532 lldb::pid_t pid = m_options.match_info.GetProcessInfo().GetProcessID(); in DoExecute()
551 … const uint32_t matches = platform_sp->FindProcesses (m_options.match_info, proc_infos); in DoExecute()
553 const char *match_name = m_options.match_info.GetProcessInfo().GetName(); in DoExecute()
556 switch (m_options.match_info.GetNameMatchType()) in DoExecute()
618 match_info () in CommandOptions()
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()
678 match_info.SetNameMatchType (eNameMatchEquals); in SetOptionValue()
682 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
683 match_info.SetNameMatchType (eNameMatchEndsWith); in SetOptionValue()
687 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
688 match_info.SetNameMatchType (eNameMatchStartsWith); in SetOptionValue()
692 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
693 match_info.SetNameMatchType (eNameMatchContains); in SetOptionValue()
697 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
698 match_info.SetNameMatchType (eNameMatchRegularExpression); in SetOptionValue()
720 match_info.Clear(); in OptionParsingStarting()
737 ProcessInstanceInfoMatch match_info; member in CommandObjectPlatformProcessList::CommandOptions