Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Target/
H A DAssertFrameRecognizer.cpp145 const uint32_t frames_to_fetch = 6; in RecognizeFrame() local
146 const uint32_t last_frame_index = frames_to_fetch - 1; in RecognizeFrame()
150 for (uint32_t frame_index = 0; frame_index < frames_to_fetch; frame_index++) { in RecognizeFrame()
156 frames_to_fetch); in RecognizeFrame()