Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/Process/Utility/
HDUnwindLLDB.cpp90 CursorSP first_cursor_sp(new Cursor ()); in AddFirstFrame() local
93 first_cursor_sp->sctx, in AddFirstFrame()
101 if (!reg_ctx_sp->GetCFA (first_cursor_sp->cfa)) in AddFirstFrame()
104 if (!reg_ctx_sp->ReadPC (first_cursor_sp->start_pc)) in AddFirstFrame()
109 first_cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp; in AddFirstFrame()
110 m_frames.push_back (first_cursor_sp); in AddFirstFrame()