Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/API/
H A DSBTarget.h667 BreakpointCreateBySourceRegex(const char *source_regex,
672 BreakpointCreateBySourceRegex(const char *source_regex,
677 const char *source_regex, const SBFileSpecList &module_list,
/freebsd-12.1/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp991 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex() argument
1005 return BreakpointCreateBySourceRegex(source_regex, module_spec_list, in BreakpointCreateBySourceRegex()
1010 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument
1012 return BreakpointCreateBySourceRegex(source_regex, module_list, in BreakpointCreateBySourceRegex()
1017 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument
1024 if (target_sp && source_regex && source_regex[0]) { in BreakpointCreateBySourceRegex()
1028 RegularExpression regexp((llvm::StringRef(source_regex))); in BreakpointCreateBySourceRegex()
1042 static_cast<void *>(target_sp.get()), source_regex, in BreakpointCreateBySourceRegex()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DTarget.h585 RegularExpression &source_regex, bool internal, bool request_hardware,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DTarget.cpp311 RegularExpression &source_regex, bool internal, bool hardware, in CreateSourceRegexBreakpoint() argument
318 nullptr, source_regex, function_names, in CreateSourceRegexBreakpoint()