Home
last modified time | relevance | path

Searched refs:RegisterContextLLDBSP (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
H A DUnwindLLDB.h82 typedef std::shared_ptr<RegisterContextLLDB> RegisterContextLLDBSP; typedef
88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
120 RegisterContextLLDBSP
H A DUnwindLLDB.cpp81 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB( in AddFirstFrame()
82 m_thread, RegisterContextLLDBSP(), first_cursor_sp->sctx, 0, *this)); in AddFirstFrame()
130 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextLLDB( in GetOneMoreFrame()
449 UnwindLLDB::RegisterContextLLDBSP
451 RegisterContextLLDBSP reg_ctx_sp; in GetRegisterContextForFrameNum()