Lines Matching refs:cursor_sp
128 CursorSP cursor_sp(new Cursor()); in GetOneMoreFrame() local
130 m_thread, prev_frame->reg_ctx_lldb_sp, cursor_sp->sctx, cur_idx, *this)); in GetOneMoreFrame()
189 if (!reg_ctx_sp->GetCFA(cursor_sp->cfa)) { in GetOneMoreFrame()
208 if (abi && !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
219 !reg_ctx_sp->GetCFA(cursor_sp->cfa) || in GetOneMoreFrame()
220 !abi->CallFrameAddressIsValid(cursor_sp->cfa)) { in GetOneMoreFrame()
245 if (!reg_ctx_sp->ReadPC(cursor_sp->start_pc)) { in GetOneMoreFrame()
264 if (abi && !abi->CodeAddressIsValid(cursor_sp->start_pc)) { in GetOneMoreFrame()
283 if (prev_frame->start_pc == cursor_sp->start_pc && in GetOneMoreFrame()
284 prev_frame->cfa == cursor_sp->cfa) { in GetOneMoreFrame()
292 cursor_sp->reg_ctx_lldb_sp = reg_ctx_sp; in GetOneMoreFrame()
293 return cursor_sp; in GetOneMoreFrame()