Home
last modified time | relevance | path

Searched refs:m_func_regexp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectBreakpoint.cpp438 m_func_regexp.assign(std::string(option_arg)); in SetOptionValue()
490 m_func_regexp.clear(); in OptionParsingStarting()
522 std::string m_func_regexp; member in CommandObjectBreakpointSet::CommandOptions
565 else if (!m_options.m_func_regexp.empty()) in DoExecute()
647 RegularExpression regexp(m_options.m_func_regexp); in DoExecute()
654 if (!m_options.m_func_regexp.empty()) { in DoExecute()
655 if (m_options.m_func_regexp[0] == '*' || in DoExecute()
656 m_options.m_func_regexp[0] == '?') in DoExecute()