Home | History | Annotate | Download | only in gdb

Lines Matching defs:next_pc

791   CORE_ADDR next_pc = 0;
808 next_pc = read_memory_unsigned_integer (sp + pc_offset, 4, byte_order);
814 return next_pc;
906 CORE_ADDR next_pc = 0;
916 next_pc = pc + 2;
936 next_pc = pc + 4;
943 next_pc = arm_linux_sigreturn_next_pc (regcache, svc_number, &is_thumb);
948 next_pc = MAKE_THUMB_ADDR (next_pc);
950 return next_pc;