Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DAssertFrameRecognizer.cpp142 const uint32_t frames_to_fetch = 6; in RecognizeFrame() local
143 const uint32_t last_frame_index = frames_to_fetch - 1; in RecognizeFrame()
147 for (uint32_t frame_index = 0; frame_index < frames_to_fetch; frame_index++) { in RecognizeFrame()
153 frames_to_fetch); in RecognizeFrame()