INSN_SIZE
frame->tf_pc += INSN_SIZE;
return(loc + INSN_SIZE);
return(loc + INSN_SIZE);
frame->tf_pc -= INSN_SIZE;
#define BKPT_SIZE (INSN_SIZE) /* size of breakpoint inst */
#define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE))
frame->tf_elr += INSN_SIZE;
#define BKPT_SIZE (INSN_SIZE) /* size of breakpoint inst */
#define BKPT_SIZE (INSN_SIZE)
#define next_instr_address(pc, bd) ((bd) ? (pc) : ((pc) + INSN_SIZE))