Home
last modified time | relevance | path

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

/external/lldb/source/Target/
DThreadPlanStepInRange.cpp280 const RegularExpression *avoid_regexp_to_use = m_avoid_regexp_ap.get(); in FrameMatchesAvoidRegexp() local
281 if (avoid_regexp_to_use == NULL) in FrameMatchesAvoidRegexp()
282 avoid_regexp_to_use = GetThread().GetSymbolsToAvoidRegexp(); in FrameMatchesAvoidRegexp()
284 if (avoid_regexp_to_use != NULL) in FrameMatchesAvoidRegexp()
299 bool return_value = avoid_regexp_to_use->Execute(frame_function_name, &regex_match); in FrameMatchesAvoidRegexp()
308 avoid_regexp_to_use->GetText(), in FrameMatchesAvoidRegexp()