Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DUnwindLLDB.h82 typedef std::shared_ptr<RegisterContextUnwind> RegisterContextLLDBSP; typedef
88 RegisterContextLLDBSP GetRegisterContextForFrameNum(uint32_t frame_num);
119 RegisterContextLLDBSP
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DUnwindLLDB.cpp80 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in AddFirstFrame()
81 m_thread, RegisterContextLLDBSP(), first_cursor_sp->sctx, 0, *this)); in AddFirstFrame()
129 RegisterContextLLDBSP reg_ctx_sp(new RegisterContextUnwind( in GetOneMoreFrame()
463 UnwindLLDB::RegisterContextLLDBSP
465 RegisterContextLLDBSP reg_ctx_sp; in GetRegisterContextForFrameNum()