Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThreadPlanStepInRange.cpp331 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_up.get(); in FrameMatchesAvoidCriteria() local
332 if (avoid_regexp_to_use == nullptr) in FrameMatchesAvoidCriteria()
333 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidCriteria()
335 if (avoid_regexp_to_use != nullptr) { in FrameMatchesAvoidCriteria()
343 bool return_value = avoid_regexp_to_use->Execute(frame_function_name); in FrameMatchesAvoidCriteria()
349 avoid_regexp_to_use->GetText().str().c_str()); in FrameMatchesAvoidCriteria()