Lines Matching refs:match_info
328 ProcessInstanceInfoMatch match_info; in Handle_qfProcessInfo() local
343 match_info.GetProcessInfo().GetExecutableFile().SetFile(value.c_str(), false); in Handle_qfProcessInfo()
349 match_info.SetNameMatchType (eNameMatchEquals); in Handle_qfProcessInfo()
353 match_info.SetNameMatchType (eNameMatchStartsWith); in Handle_qfProcessInfo()
357 match_info.SetNameMatchType (eNameMatchEndsWith); in Handle_qfProcessInfo()
361 match_info.SetNameMatchType (eNameMatchContains); in Handle_qfProcessInfo()
365 match_info.SetNameMatchType (eNameMatchRegularExpression); in Handle_qfProcessInfo()
374 …match_info.GetProcessInfo().SetProcessID (Args::StringToUInt32(value.c_str(), LLDB_INVALID_PROCESS… in Handle_qfProcessInfo()
378 …match_info.GetProcessInfo().SetParentProcessID (Args::StringToUInt32(value.c_str(), LLDB_INVALID_P… in Handle_qfProcessInfo()
382 …match_info.GetProcessInfo().SetUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &success… in Handle_qfProcessInfo()
386 …match_info.GetProcessInfo().SetGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0, &succes… in Handle_qfProcessInfo()
390 …match_info.GetProcessInfo().SetEffectiveUserID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0,… in Handle_qfProcessInfo()
394 …match_info.GetProcessInfo().SetEffectiveGroupID (Args::StringToUInt32(value.c_str(), UINT32_MAX, 0… in Handle_qfProcessInfo()
398 match_info.SetMatchAllUsers(Args::StringToBoolean(value.c_str(), false, &success)); in Handle_qfProcessInfo()
402 match_info.GetProcessInfo().GetArchitecture().SetTriple (value.c_str(), NULL); in Handle_qfProcessInfo()
414 if (Host::FindProcesses (match_info, m_proc_infos)) in Handle_qfProcessInfo()