Searched refs:cursor_sp (Results 1 – 1 of 1) sorted by relevance
127 CursorSP cursor_sp(new Cursor()); in GetOneMoreFrame() local129 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()[all …]