Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Breakpoint/
H A DBreakpointResolverName.h49 RegularExpression func_regex,
/openbsd-src/gnu/llvm/lldb/source/Breakpoint/
H A DBreakpointResolverName.cpp74 RegularExpression func_regex, in BreakpointResolverName() argument
79 m_class_name(nullptr), m_regex(std::move(func_regex)), in BreakpointResolverName()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DTarget.cpp588 const FileSpecList *containingSourceFiles, RegularExpression func_regex, in CreateFuncRegexBreakpoint() argument
597 nullptr, std::move(func_regex), requested_language, 0, skip)); in CreateFuncRegexBreakpoint()