Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectFrame.cpp292 if (auto candidate_sp = thread->GetStackFrameAtIndex(candidate_idx)) { in DoExecute() local
293 if (candidate_sp->IsHidden()) in DoExecute()