Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Target/
DAssertFrameRecognizer.cpp147 for (uint32_t frame_index = 0; frame_index < frames_to_fetch; frame_index++) { in RecognizeFrame() local
148 prev_frame_sp = thread_sp->GetStackFrameAtIndex(frame_index); in RecognizeFrame()
173 std::min(frame_index + 1, last_frame_index)); in RecognizeFrame()
DThreadPlanShouldStopHere.cpp98 const size_t frame_index = 0; in DefaultStepFromHereCallback() local
140 frame_index, status, true); in DefaultStepFromHereCallback()
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectThreadUtil.cpp149 for (uint32_t frame_index = 0; frame_index < frame_count; frame_index++) { in BucketThread() local
151 thread->GetStackFrameAtIndex(frame_index); in BucketThread()
DCommandObjectFrame.cpp1085 uint32_t frame_index; in DoExecute() local
1086 if (!llvm::to_integer(frame_index_str, frame_index)) { in DoExecute()
1108 StackFrameSP frame_sp = thread->GetStackFrameAtIndex(frame_index); in DoExecute()
1110 result.AppendErrorWithFormat("no frame with index %u", frame_index); in DoExecute()
1119 output_stream.Printf("frame %d ", frame_index); in DoExecute()