Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnwindLLDB.h88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp464 UnwindLLDB::GetRegisterContextForFrameNum(uint32_t frame_num) { in GetRegisterContextForFrameNum() function in UnwindLLDB
H A DRegisterContextUnwind.cpp2265 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number - 1); in GetNextFrame()
2270 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number + 1); in GetPrevFrame()