Searched refs:old_pc (Results 1 – 6 of 6) sorted by relevance
73 vaddr_t pc, old_pc; in db_stop_at_pc() local78 old_pc = pc = PC_REGS(regs); in db_stop_at_pc()114 SET_PC_REGS(regs, old_pc); in db_stop_at_pc()116 PC_REGS(regs) = old_pc; in db_stop_at_pc()
95 lldb::addr_t old_pc = 0; in EvaluateInstruction() local97 old_pc = ReadPC(&success); in EvaluateInstruction()111 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
1597 auto old_pc = ReadPC(); in EvaluateInstruction() local1598 if (!old_pc) in EvaluateInstruction()1610 return new_pc != old_pc || in EvaluateInstruction()1611 WritePC(*old_pc + Executor::size(m_decoded.is_rvc)); in EvaluateInstruction()
980 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local985 old_pc = in EvaluateInstruction()1003 if (old_pc == new_pc) { in EvaluateInstruction()
1091 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local1096 old_pc = in EvaluateInstruction()1114 if (old_pc == new_pc) { in EvaluateInstruction()
11630 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".