Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/API/
DSBTarget.h634 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/
DSBTarget.cpp960 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/
DSBTarget.i655 …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/
DTarget.h653 RegularExpression source_regex, bool internal, bool request_hardware,
/openbsd/src/gnu/llvm/lldb/source/Target/
DTarget.cpp339 RegularExpression source_regex, bool internal, bool hardware, in CreateSourceRegexBreakpoint() argument
346 nullptr, std::move(source_regex), function_names, in CreateSourceRegexBreakpoint()