Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/Utility/
DUnwindLLDB.cpp112 CursorSP cursor_sp(new Cursor ()); in AddOneMoreFrame() local
121 cursor_sp->sctx, in AddOneMoreFrame()
152 if (!reg_ctx_sp->GetCFA (cursor_sp->cfa)) in AddOneMoreFrame()
161 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) in AddOneMoreFrame()
170 if (!reg_ctx_sp->ReadPC (cursor_sp->start_pc)) in AddOneMoreFrame()
179 if (abi && !abi->CodeAddressIsValid (cursor_sp->start_pc)) in AddOneMoreFrame()
190 if (m_frames.back()->start_pc == cursor_sp->start_pc) in AddOneMoreFrame()
192 if (m_frames.back()->cfa == cursor_sp->cfa) in AddOneMoreFrame()
203 cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp; in AddOneMoreFrame()
204 m_frames.push_back (cursor_sp); in AddOneMoreFrame()