Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
HDThreadPlanStepInRange.cpp352 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_up.get(); in FrameMatchesAvoidCriteria() local
353 if (avoid_regexp_to_use == nullptr) in FrameMatchesAvoidCriteria()
354 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidCriteria()
356 if (avoid_regexp_to_use != nullptr) { in FrameMatchesAvoidCriteria()
366 avoid_regexp_to_use->Execute(frame_function_name, &matches); in FrameMatchesAvoidCriteria()
373 avoid_regexp_to_use->GetText().str().c_str(), in FrameMatchesAvoidCriteria()