Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DUnwindLLDB.h88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DUnwindLLDB.cpp469 UnwindLLDB::GetRegisterContextForFrameNum(uint32_t frame_num) { in GetRegisterContextForFrameNum() function in UnwindLLDB
H A DRegisterContextUnwind.cpp2302 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number - 1); in GetNextFrame()
2307 return m_parent_unwind.GetRegisterContextForFrameNum(m_frame_number + 1); in GetPrevFrame()