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

/haiku-fatelf/src/bin/gdb/gdb/
H A Dfrv-tdep.c567 CORE_ADDR next_pc; local
606 next_pc = pc + 4;
673 last_prologue_pc = next_pc;
690 last_prologue_pc = next_pc;
729 last_prologue_pc = next_pc;
794 last_prologue_pc = next_pc;
817 last_prologue_pc = next_pc;
858 last_prologue_pc = next_pc;
902 last_prologue_pc = next_pc;
915 last_prologue_pc = next_pc;
[all...]
H A Dia64-tdep.c1021 CORE_ADDR next_pc; local
1052 next_pc = fetch_instruction (pc, &it, &instr);
1056 if (pc < lim_pc && next_pc
1076 last_prologue_pc = next_pc;
1077 pc = next_pc;
1082 if (pc < lim_pc && next_pc
1097 last_prologue_pc = next_pc;
1115 next_pc = fetch_instruction (pc, &it, &instr);
1116 if (next_pc == 0)
1145 last_prologue_pc = next_pc;
[all...]
H A Dalpha-tdep.c1453 static CORE_ADDR next_pc;
1461 next_pc = alpha_next_pc (pc);
1463 target_insert_breakpoint (next_pc, break_mem);
1467 target_remove_breakpoint (next_pc, break_mem);
1468 write_pc (next_pc);
1443 static CORE_ADDR next_pc; local
H A Ds390-tdep.c1229 CORE_ADDR next_pc; local
1258 for (pc = start_pc; pc > 0 && pc < current_pc; pc = next_pc)
1280 next_pc = pc + insn_len;
1560 pv_set_to_constant (&data->gpr[r1], next_pc);
1565 pv_set_to_constant (&data->gpr[r1], next_pc);
1566 next_pc = pc + i2 * 2;
1570 if (next_pc <= pc)
1607 result = next_pc;
H A Darm-tdep.c1840 static int next_pc; /* State between setting and unsetting. */ local
1845 next_pc = arm_get_next_pc (read_register (ARM_PC_REGNUM));
1846 target_insert_breakpoint (next_pc, break_mem);
1849 target_remove_breakpoint (next_pc, break_mem);
H A Dcris-tdep.c401 static CORE_ADDR next_pc = 0; variable
1828 next_pc = (CORE_ADDR) inst_env.reg[PC_REGNUM];
1829 target_insert_breakpoint (next_pc, break_mem[0]);
1831 && (CORE_ADDR) inst_env.branch_break_address != next_pc)
1843 target_remove_breakpoint (next_pc, break_mem[0]);
H A Dmips-tdep.c2539 static CORE_ADDR next_pc; local
2547 next_pc = mips_next_pc (pc);
2549 target_insert_breakpoint (next_pc, break_mem);
2552 target_remove_breakpoint (next_pc, break_mem);

Completed in 100 milliseconds