Home | History | Annotate | Download | only in gdbserver

Lines Matching defs:next_pc

928   CORE_ADDR next_pc = 0;
939 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4);
945 return next_pc;
953 CORE_ADDR next_pc = 0;
963 next_pc = pc + 2;
982 next_pc = pc + 4;
990 next_pc = arm_sigreturn_next_pc (regcache, svc_number, &is_thumb);
995 next_pc = MAKE_THUMB_ADDR (next_pc);
997 return next_pc;