Home
last modified time | relevance | path

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

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