Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp329 const uint32_t frame_requested = frame_idx in DoExecute() local
331 StackFrameSP frame_sp = thread->GetStackFrameAtIndex(frame_requested); in DoExecute()
333 frame_idx = frame_requested; in DoExecute()