Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DStackFrameList.h38 lldb::StackFrameSP GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
DThread.h404 GetFrameWithConcreteFrameIndex(uint32_t unwind_idx);
/external/llvm-project/lldb/source/Target/
DStackFrameList.cpp728 StackFrameList::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() argument
735 uint32_t frame_idx = unwind_idx; in GetFrameWithConcreteFrameIndex()
738 if (frame_sp->GetFrameIndex() == unwind_idx) in GetFrameWithConcreteFrameIndex()
DThread.cpp1452 lldb::StackFrameSP Thread::GetFrameWithConcreteFrameIndex(uint32_t unwind_idx) { in GetFrameWithConcreteFrameIndex() argument
1453 return GetStackFrameList()->GetFrameWithConcreteFrameIndex(unwind_idx); in GetFrameWithConcreteFrameIndex()