Lines Matching refs:process_name
584 bool ProcessInstanceInfoMatch::NameMatches(const char *process_name) const { in NameMatches()
585 if (m_name_match_type == NameMatch::Ignore || process_name == nullptr) in NameMatches()
591 return lldb_private::NameMatches(process_name, m_name_match_type, match_name); in NameMatches()
2995 char process_name[PATH_MAX]; in Attach() local
2997 if (attach_info.GetExecutableFile().GetPath(process_name, in Attach()
2998 sizeof(process_name))) { in Attach()
3002 error = WillAttachToProcessWithName(process_name, wait_for_launch); in Attach()
3009 error = DoAttachToProcessWithName(process_name, attach_info); in Attach()
3045 process_name, sizeof(process_name)); in Attach()
3055 "more than one process named %s:\n%s", process_name, in Attach()
3059 "could not find a process named %s", process_name); in Attach()