Lines Matching refs:cursor_sp
127 CursorSP cursor_sp(new Cursor()); in GetOneMoreFrame() local
129 m_thread, prev_frame->reg_ctx_lldb_sp, cursor_sp->sctx, cur_idx, *this)); in GetOneMoreFrame()
188 if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) { in GetOneMoreFrame()
207 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
218 !reg_ctx_sp->GetCFA(cursor_sp->cfa) || in GetOneMoreFrame()
219 !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
244 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame()
263 if (abi && !abi->CodeAddressIsValid(cursor_sp->start_pc)) { in GetOneMoreFrame()
282 if (prev_frame->start_pc == cursor_sp->start_pc && in GetOneMoreFrame()
283 prev_frame->cfa == cursor_sp->cfa) { in GetOneMoreFrame()
291 cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp; in GetOneMoreFrame()
292 return cursor_sp; in GetOneMoreFrame()