Home
last modified time | relevance | path

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

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