Searched refs:unwind_idx (Results 1 – 4 of 4) sorted by relevance
38 lldb::StackFrameSP GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
404 GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
728 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() argument735 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex()738 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
1452 lldb::StackFrameSP Thread::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() argument1453 return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx); in GetFrameWithConcreteFrameIndex()