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