Searched refs:source_regex (Results 1 – 5 of 5) sorted by relevance
| /openbsd/src/gnu/llvm/lldb/include/lldb/API/ |
| D | SBTarget.h | 634 BreakpointCreateBySourceRegex(const char *source_regex, 639 BreakpointCreateBySourceRegex(const char *source_regex, 644 const char *source_regex, const SBFileSpecList &module_list,
|
| /openbsd/src/gnu/llvm/lldb/source/API/ |
| D | SBTarget.cpp | 960 SBTarget::BreakpointCreateBySourceRegex(const char *source_regex, in BreakpointCreateBySourceRegex() argument 963 LLDB_INSTRUMENT_VA(this, source_regex, source_file, module_name); in BreakpointCreateBySourceRegex() 976 return BreakpointCreateBySourceRegex(source_regex, module_spec_list, in BreakpointCreateBySourceRegex() 981 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 983 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list); in BreakpointCreateBySourceRegex() 985 return BreakpointCreateBySourceRegex(source_regex, module_list, in BreakpointCreateBySourceRegex() 990 const char *source_regex, const SBFileSpecList &module_list, in BreakpointCreateBySourceRegex() argument 993 LLDB_INSTRUMENT_VA(this, source_regex, module_list, source_file_list, in BreakpointCreateBySourceRegex() 998 if (target_sp && source_regex && source_regex[0]) { in BreakpointCreateBySourceRegex() 1002 RegularExpression regexp((llvm::StringRef(source_regex))); in BreakpointCreateBySourceRegex()
|
| /openbsd/src/gnu/llvm/lldb/bindings/interface/ |
| D | SBTarget.i | 655 …BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpec &source_file, cons… 658 …BreakpointCreateBySourceRegex (const char *source_regex, const lldb::SBFileSpecList &module_list, … 661 BreakpointCreateBySourceRegex (const char *source_regex,
|
| /openbsd/src/gnu/llvm/lldb/include/lldb/Target/ |
| D | Target.h | 653 RegularExpression source_regex, bool internal, bool request_hardware,
|
| /openbsd/src/gnu/llvm/lldb/source/Target/ |
| D | Target.cpp | 339 RegularExpression source_regex, bool internal, bool hardware, in CreateSourceRegexBreakpoint() argument 346 nullptr, std::move(source_regex), function_names, in CreateSourceRegexBreakpoint()
|