Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDUnwindLLDB.h88 GetRegisterContextForFrameNum (uint32_t frame_num);
HDUnwindLLDB.cpp393 UnwindLLDB::GetRegisterContextForFrameNum (uint32_t frame_num) in GetRegisterContextForFrameNum() function in UnwindLLDB
HDRegisterContextLLDB.cpp1969 return m_parent_unwind.GetRegisterContextForFrameNum (m_frame_number - 1); in GetNextFrame()
1976 return m_parent_unwind.GetRegisterContextForFrameNum (m_frame_number + 1); in GetPrevFrame()