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.cpp133 const uint32_t frames_to_fetch = 6; in RecognizeFrame() local
134 const uint32_t last_frame_index = frames_to_fetch - 1; in RecognizeFrame()
138 for (uint32_t frame_index = 0; frame_index < frames_to_fetch; frame_index++) { in RecognizeFrame()
144 frames_to_fetch); in RecognizeFrame()