Searched refs:source_regex (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/API/ |
| H A D | SBTarget.h | 692 BreakpointCreateBySourceRegex(const char *source_regex, 697 BreakpointCreateBySourceRegex(const char *source_regex, 702 const char *source_regex, const SBFileSpecList &module_list,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/API/ |
| H A D | SBTarget.cpp | 962 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex() argument 965 LLDB_INSTRUMENT_VA(this, source_regex, source_file, module_name); in BreakpointCreateBySourceRegex() 978 return BreakpointCreateBySourceRegex(source_regex, module_spec_list, in BreakpointCreateBySourceRegex() 983 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 985 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list); in BreakpointCreateBySourceRegex() 987 return BreakpointCreateBySourceRegex(source_regex, module_list, in BreakpointCreateBySourceRegex() 992 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 995 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list, in BreakpointCreateBySourceRegex() 1000 if (target_sp && source_regex && source_regex[0]) { in BreakpointCreateBySourceRegex() 1004 RegularExpression regexp((llvm::StringRef(source_regex))); in BreakpointCreateBySourceRegex()
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Target/ |
| H A D | Target.h | 676 RegularExpression source_regex, bool internal, bool request_hardware,
|
| /freebsd-14.2/contrib/llvm-project/lldb/source/Target/ |
| H A D | Target.cpp | 381 RegularExpression source_regex, bool internal, bool hardware, in CreateSourceRegexBreakpoint() argument 388 nullptr, std::move(source_regex), function_names, in CreateSourceRegexBreakpoint()
|