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 | 720 BreakpointCreateBySourceRegex(const char *source_regex, 725 BreakpointCreateBySourceRegex(const char *source_regex, 730 const char *source_regex, const SBFileSpecList &module_list,
|
| /freebsd/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 953 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex() argument 956 LLDB_INSTRUMENT_VA(this, source_regex, source_file, module_name); in BreakpointCreateBySourceRegex() 969 return BreakpointCreateBySourceRegex(source_regex, module_spec_list, in BreakpointCreateBySourceRegex() 974 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 976 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list); in BreakpointCreateBySourceRegex() 978 return BreakpointCreateBySourceRegex(source_regex, module_list, in BreakpointCreateBySourceRegex() 983 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 986 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list, in BreakpointCreateBySourceRegex() 991 target_sp && source_regex && source_regex[0]) { in BreakpointCreateBySourceRegex() 995 RegularExpression regexp((llvm::StringRef(source_regex))); in BreakpointCreateBySourceRegex()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 719 RegularExpression source_regex, bool internal, bool request_hardware,
|
| /freebsd/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 467 RegularExpression source_regex, bool internal, bool hardware, in CreateSourceRegexBreakpoint() argument 474 nullptr, std::move(source_regex), function_names, in CreateSourceRegexBreakpoint()
|