Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
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()
345 avoid_regexp_to_use->Execute(frame_function_name, &matches); in FrameMatchesAvoidCriteria()
352 avoid_regexp_to_use->GetText().str().c_str(), in FrameMatchesAvoidCriteria()