Searched refs:next_pc (Results 1 - 25 of 44) sorted by relevance

12

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Darc-linux-tdep.c113 CORE_ADDR next_pc = arc_insn_get_linear_next_pc (curr_insn); local
123 arc_insn_decode (next_pc, &di, arc_delayed_print_insn, &next_insn);
127 next_pcs.push_back (next_pc);
136 if (branch_pc != next_pc)
155 "lp_count = %s, next_pc = %s\n",
159 paddress (gdbarch, next_pc));
162 if (next_pc == lp_end && lp_count > 1)
H A Darm-wince-tdep.c46 CORE_ADDR next_pc; local
73 next_pc = read_memory_unsigned_integer (indirect, 4, byte_order);
74 if (next_pc != 0)
75 return next_pc;
H A Dfrv-tdep.c565 CORE_ADDR next_pc; local
604 next_pc = pc + 4;
671 last_prologue_pc = next_pc;
688 last_prologue_pc = next_pc;
727 last_prologue_pc = next_pc;
792 last_prologue_pc = next_pc;
815 last_prologue_pc = next_pc;
856 last_prologue_pc = next_pc;
900 last_prologue_pc = next_pc;
913 last_prologue_pc = next_pc;
[all...]
H A Drx-tdep.c185 CORE_ADDR pc, next_pc; local
237 next_pc = pc + bytes_read;
253 after_last_frame_setup_insn = next_pc;
266 after_last_frame_setup_insn = next_pc;
279 after_last_frame_setup_insn = next_pc;
293 after_last_frame_setup_insn = next_pc;
309 && next_pc < opc.op[0].addend)
314 marked as part of the prologue. We therefore set next_pc
339 pc = next_pc;
H A Dmsp430-tdep.c339 CORE_ADDR pc, next_pc; local
371 next_pc = pc + bytes_read;
379 after_last_frame_setup_insn = next_pc;
397 after_last_frame_setup_insn = next_pc;
408 after_last_frame_setup_insn = next_pc;
413 after_last_frame_setup_insn = next_pc;
420 pc = next_pc;
H A Dmep-tdep.c1686 CORE_ADDR next_pc;
1689 next_pc = mep_get_insn (gdbarch, pc, &insn);
1695 if (! next_pc)
1737 after_last_frame_setup_insn = next_pc;
1754 after_last_frame_setup_insn = next_pc;
1766 after_last_frame_setup_insn = next_pc;
1782 after_last_frame_setup_insn = next_pc;
1807 marked as part of the prologue. We therefore set next_pc
1822 next_pc = pc + BRA_DISP (insn);
1823 after_last_frame_setup_insn = next_pc;
1681 CORE_ADDR next_pc; local
[all...]
H A Driscv-tdep.c1512 CORE_ADDR cur_pc, next_pc, after_prologue_pc; local
1536 for (next_pc = cur_pc = start_pc; cur_pc < end_pc; cur_pc = next_pc)
1544 next_pc = cur_pc + insn.length ();
3557 CORE_ADDR next_pc; local
3560 next_pc = pc + insn.length ();
3563 next_pc = pc + insn.imm_signed ();
3568 next_pc = (source + insn.imm_signed ()) & ~(CORE_ADDR) 0x1;
3576 next_pc = pc + insn.imm_signed ();
3584 next_pc
3626 riscv_next_pc_atomic_sequence(struct regcache *regcache, CORE_ADDR pc, CORE_ADDR *next_pc) argument
3676 CORE_ADDR pc, next_pc; local
[all...]
H A Darm-linux-tdep.c788 CORE_ADDR next_pc = 0; local
805 next_pc = read_memory_unsigned_integer (sp + pc_offset, 4, byte_order);
811 return next_pc;
869 CORE_ADDR next_pc = 0; local
877 next_pc = pc + 2;
897 next_pc = pc + 4;
904 next_pc = arm_linux_sigreturn_next_pc (self->regcache, svc_number,
910 next_pc = MAKE_THUMB_ADDR (next_pc);
912 return next_pc;
[all...]
H A Dia64-tdep.c1362 CORE_ADDR next_pc; local
1393 next_pc = fetch_instruction (pc, &it, &instr);
1397 if (pc < lim_pc && next_pc
1416 last_prologue_pc = next_pc;
1417 pc = next_pc;
1422 if (pc < lim_pc && next_pc
1437 last_prologue_pc = next_pc;
1455 next_pc = fetch_instruction (pc, &it, &instr);
1456 if (next_pc == 0)
1485 last_prologue_pc = next_pc;
[all...]
H A Drl78-tdep.c911 CORE_ADDR pc, next_pc; local
941 next_pc = pc + bytes_read;
959 after_last_frame_setup_insn = next_pc;
970 after_last_frame_setup_insn = next_pc;
999 after_last_frame_setup_insn = next_pc;
1007 pc = next_pc;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Darm-wince-tdep.c46 CORE_ADDR next_pc; local
73 next_pc = read_memory_unsigned_integer (indirect, 4, byte_order);
74 if (next_pc != 0)
75 return next_pc;
H A Dloongarch-tdep.c231 CORE_ADDR next_pc = cur_pc + insn_len; local
237 next_pc = rj + loongarch_decode_imm ("10:16<<2", insn, 1);
242 next_pc = cur_pc + loongarch_decode_imm ("0:10|10:16<<2", insn, 1);
251 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
260 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
269 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
278 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
287 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
296 next_pc = cur_pc + loongarch_decode_imm ("10:16<<2", insn, 1);
303 next_pc
327 CORE_ADDR next_pc; local
[all...]
H A Darc-linux-tdep.c425 CORE_ADDR next_pc = arc_insn_get_linear_next_pc (curr_insn);
434 arc_insn_decode (next_pc, dis.disasm_info (), arc_delayed_print_insn,
439 next_pcs.push_back (next_pc);
448 if (branch_pc != next_pc)
465 "lp_count = %s, next_pc = %s",
469 paddress (gdbarch, next_pc));
471 if (next_pc == lp_end && lp_count > 1)
H A Dfrv-tdep.c556 CORE_ADDR next_pc; local
595 next_pc = pc + 4;
662 last_prologue_pc = next_pc;
679 last_prologue_pc = next_pc;
718 last_prologue_pc = next_pc;
783 last_prologue_pc = next_pc;
806 last_prologue_pc = next_pc;
847 last_prologue_pc = next_pc;
891 last_prologue_pc = next_pc;
904 last_prologue_pc = next_pc;
[all...]
H A Drx-tdep.c186 CORE_ADDR pc, next_pc; local
238 next_pc = pc + bytes_read;
254 after_last_frame_setup_insn = next_pc;
267 after_last_frame_setup_insn = next_pc;
280 after_last_frame_setup_insn = next_pc;
294 after_last_frame_setup_insn = next_pc;
310 && next_pc < opc.op[0].addend)
315 marked as part of the prologue. We therefore set next_pc
340 pc = next_pc;
H A Dmsp430-tdep.c342 CORE_ADDR pc, next_pc; local
375 next_pc = pc + bytes_read;
383 after_last_frame_setup_insn = next_pc;
401 after_last_frame_setup_insn = next_pc;
412 after_last_frame_setup_insn = next_pc;
417 after_last_frame_setup_insn = next_pc;
424 pc = next_pc;
H A Dmep-tdep.c1692 CORE_ADDR next_pc;
1695 next_pc = mep_get_insn (gdbarch, pc, &insn);
1701 if (! next_pc)
1743 after_last_frame_setup_insn = next_pc;
1760 after_last_frame_setup_insn = next_pc;
1772 after_last_frame_setup_insn = next_pc;
1788 after_last_frame_setup_insn = next_pc;
1813 marked as part of the prologue. We therefore set next_pc
1828 next_pc = pc + BRA_DISP (insn);
1829 after_last_frame_setup_insn = next_pc;
1687 CORE_ADDR next_pc; local
[all...]
H A Darm-linux-tdep.c790 CORE_ADDR next_pc = 0; local
807 next_pc = read_memory_unsigned_integer (sp + pc_offset, 4, byte_order);
813 return next_pc;
871 CORE_ADDR next_pc = 0; local
879 next_pc = pc + 2;
899 next_pc = pc + 4;
906 next_pc = arm_linux_sigreturn_next_pc (self->regcache, svc_number,
912 next_pc = MAKE_THUMB_ADDR (next_pc);
914 return next_pc;
[all...]
H A Dia64-tdep.c1363 CORE_ADDR next_pc; local
1394 next_pc = fetch_instruction (pc, &it, &instr);
1398 if (pc < lim_pc && next_pc
1417 last_prologue_pc = next_pc;
1418 pc = next_pc;
1423 if (pc < lim_pc && next_pc
1438 last_prologue_pc = next_pc;
1456 next_pc = fetch_instruction (pc, &it, &instr);
1457 if (next_pc == 0)
1486 last_prologue_pc = next_pc;
[all...]
H A Drl78-tdep.c911 CORE_ADDR pc, next_pc; local
941 next_pc = pc + bytes_read;
959 after_last_frame_setup_insn = next_pc;
970 after_last_frame_setup_insn = next_pc;
999 after_last_frame_setup_insn = next_pc;
1007 pc = next_pc;
H A Driscv-tdep.c1957 CORE_ADDR cur_pc, next_pc, after_prologue_pc;
1981 for (next_pc = cur_pc = start_pc; cur_pc < end_pc; cur_pc = next_pc)
1989 next_pc = cur_pc + insn.length ();
4032 CORE_ADDR next_pc;
4035 next_pc = pc + insn.length ();
4038 next_pc = pc + insn.imm_signed ();
4043 next_pc = (source + insn.imm_signed ()) & ~(CORE_ADDR) 0x1;
4051 next_pc = pc + insn.imm_signed ();
4059 next_pc
[all...]
/netbsd-current/external/gpl3/gdb/dist/sim/h8300/
H A Dsim-main.h109 int next_pc; member in struct:__anon2181
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-arm-low.cc887 CORE_ADDR next_pc = 0; local
898 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4);
904 return next_pc;
912 CORE_ADDR next_pc = 0; local
921 next_pc = pc + 2;
940 next_pc = pc + 4;
948 next_pc = arm_sigreturn_next_pc (regcache, svc_number, &is_thumb);
953 next_pc = MAKE_THUMB_ADDR (next_pc);
955 return next_pc;
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-arm-low.cc887 CORE_ADDR next_pc = 0; local
898 the_target->read_memory (sp + pc_offset, (unsigned char *) &next_pc, 4);
904 return next_pc;
912 CORE_ADDR next_pc = 0; local
921 next_pc = pc + 2;
940 next_pc = pc + 4;
948 next_pc = arm_sigreturn_next_pc (regcache, svc_number, &is_thumb);
953 next_pc = MAKE_THUMB_ADDR (next_pc);
955 return next_pc;
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/sim/h8300/
H A Dsim-main.h108 int next_pc; member in struct:__anon7758

Completed in 260 milliseconds

12