Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
H A DUnwindLLDB.cpp450 UnwindLLDB::GetRegisterContextForFrameNum(uint32_t frame_num) { in GetRegisterContextForFrameNum() function in UnwindLLDB
H A DRegisterContextLLDB.cpp1991 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number - 1); in GetNextFrame()
1996 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number + 1); in GetPrevFrame()