Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBTarget.h627 BreakpointCreateBySourceRegex(const char *source_regex,
632 BreakpointCreateBySourceRegex(const char *source_regex,
637 const char *source_regex, const SBFileSpecList &module_list,
/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBTarget.i649 …BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpec &source_file, cons…
652 …BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpecList &module_list, …
655 BreakpointCreateBySourceRegex (const char *source_regex,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBTarget.cpp1055 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex() argument
1061 source_regex, source_file, module_name); in BreakpointCreateBySourceRegex()
1075 source_regex, module_spec_list, source_file_list)); in BreakpointCreateBySourceRegex()
1079 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument
1085 source_regex, module_list, source_file_list); in BreakpointCreateBySourceRegex()
1088 source_regex, module_list, source_file_list, SBStringList())); in BreakpointCreateBySourceRegex()
1092 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument
1099 source_regex, module_list, source_file_list, func_names); in BreakpointCreateBySourceRegex()
1103 if (target_sp && source_regex && source_regex[0]) { in BreakpointCreateBySourceRegex()
1107 RegularExpression regexp((llvm::StringRef(source_regex))); in BreakpointCreateBySourceRegex()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Target/
H A DTarget.h628 RegularExpression source_regex, bool internal, bool request_hardware,
/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp318 RegularExpression source_regex, bool internal, bool hardware, in CreateSourceRegexBreakpoint() argument
325 nullptr, std::move(source_regex), function_names, in CreateSourceRegexBreakpoint()