Searched refs:source_regex (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/lldb/include/lldb/API/ |
H A D | SBTarget.h | 703 BreakpointCreateBySourceRegex(const char *source_regex, 708 BreakpointCreateBySourceRegex(const char *source_regex, 713 const char *source_regex, const SBFileSpecList &module_list,
|
/freebsd/contrib/llvm-project/lldb/source/API/ |
H A D | SBTarget.cpp | 969 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex() argument 972 LLDB_INSTRUMENT_VA(this, source_regex, source_file, module_name); in BreakpointCreateBySourceRegex() 985 return BreakpointCreateBySourceRegex(source_regex, module_spec_list, in BreakpointCreateBySourceRegex() 990 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 992 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list); in BreakpointCreateBySourceRegex() 994 return BreakpointCreateBySourceRegex(source_regex, module_list, in BreakpointCreateBySourceRegex() 999 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 1002 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list, in BreakpointCreateBySourceRegex() 1007 if (target_sp && source_regex && source_regex[0]) { in BreakpointCreateBySourceRegex() 1011 RegularExpression regexp((llvm::StringRef(source_regex))); in BreakpointCreateBySourceRegex()
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | Target.h | 687 RegularExpression source_regex, bool internal, bool request_hardware,
|
/freebsd/contrib/llvm-project/lldb/source/Target/ |
H A D | Target.cpp | 382 RegularExpression source_regex, bool internal, bool hardware, in CreateSourceRegexBreakpoint() argument 389 nullptr, std::move(source_regex), function_names, in CreateSourceRegexBreakpoint()
|