Home
last modified time | relevance | path

Searched refs:old_pc (Results 1 – 6 of 6) sorted by relevance

/openbsd/sys/ddb/
H A Ddb_run.c73 vaddr_t pc, old_pc; in db_stop_at_pc() local
78 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()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/LoongArch/
H A DEmulateInstructionLoongArch.cpp95 lldb::addr_t old_pc = 0; in EvaluateInstruction() local
97 old_pc = ReadPC(&success); in EvaluateInstruction()
111 if (new_pc == old_pc && !WritePC(old_pc + inst_size)) in EvaluateInstruction()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1597 auto old_pc = ReadPC(); in EvaluateInstruction() local
1598 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()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp980 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
985 old_pc = in EvaluateInstruction()
1003 if (old_pc == new_pc) { in EvaluateInstruction()
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/MIPS/
H A DEmulateInstructionMIPS.cpp1091 uint64_t old_pc = 0, new_pc = 0; in EvaluateInstruction() local
1096 old_pc = in EvaluateInstruction()
1114 if (old_pc == new_pc) { in EvaluateInstruction()
/openbsd/gnu/usr.bin/binutils/gdb/
H A DChangeLog-200311630 * hppa-tdep.c (hppa_frame_saved_pc): Initialize "old_pc".