Searched refs:m_func_regexp (Results 1 – 1 of 1) sorted by relevance
427 m_func_regexp.assign(std::string(option_arg)); in SetOptionValue()480 m_func_regexp.clear(); in OptionParsingStarting()512 std::string m_func_regexp; member in CommandObjectBreakpointSet::CommandOptions555 else if (!m_options.m_func_regexp.empty()) in DoExecute()637 RegularExpression regexp(m_options.m_func_regexp); in DoExecute()644 if (!m_options.m_func_regexp.empty()) { in DoExecute()645 if (m_options.m_func_regexp[0] == '*' || in DoExecute()646 m_options.m_func_regexp[0] == '?') in DoExecute()