Home
last modified time | relevance | path

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

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