Searched defs:unwind_idx (Results 1 - 2 of 2) sorted by relevance

/external/lldb/source/Target/
H A DStackFrameList.cpp579 StackFrameList::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) argument
587 uint32_t frame_idx = unwind_idx;
591 if (frame_sp->GetFrameIndex() == unwind_idx)
H A DThread.cpp1636 Thread::GetFrameWithConcreteFrameIndex (uint32_t unwind_idx) argument
1638 return GetStackFrameList()->GetFrameWithConcreteFrameIndex (unwind_idx);

Completed in 77 milliseconds