Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp131 const uint32_t frames_to_fetch = 6; in RecognizeFrame() local
132 const uint32_t last_frame_index = frames_to_fetch - 1; in RecognizeFrame()
136 for (uint32_t frame_index = 0; frame_index < frames_to_fetch; frame_index++) { in RecognizeFrame()
142 frames_to_fetch); in RecognizeFrame()