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

/freebsd-11-stable/contrib/gdb/gdb/
H A Dia64-tdep.c1042 CORE_ADDR next_pc; local
1073 next_pc = fetch_instruction (pc, &it, &instr);
1077 if (pc < lim_pc && next_pc
1097 last_prologue_pc = next_pc;
1098 pc = next_pc;
1103 if (pc < lim_pc && next_pc
1118 last_prologue_pc = next_pc;
1136 next_pc = fetch_instruction (pc, &it, &instr);
1137 if (next_pc == 0)
1166 last_prologue_pc = next_pc;
[all...]
H A Dalpha-tdep.c1455 static CORE_ADDR next_pc;
1463 next_pc = alpha_next_pc (pc);
1465 target_insert_breakpoint (next_pc, break_mem);
1469 target_remove_breakpoint (next_pc, break_mem);
1470 write_pc (next_pc);
1445 static CORE_ADDR next_pc; local
H A Ds390-tdep.c1305 CORE_ADDR next_pc; local
1331 for (pc = start_pc; pc > 0 && pc < current_pc; pc = next_pc)
1351 next_pc = pc + insn_len;
1631 pv_set_to_constant (&data->gpr[r1], next_pc);
1636 pv_set_to_constant (&data->gpr[r1], next_pc);
1637 next_pc = pc + i2 * 2;
1641 if (next_pc <= pc)
1678 result = next_pc;
H A Darm-tdep.c1868 static int next_pc; /* State between setting and unsetting. */ local
1873 next_pc = arm_get_next_pc (read_register (ARM_PC_REGNUM));
1874 target_insert_breakpoint (next_pc, break_mem);
1877 target_remove_breakpoint (next_pc, break_mem);
H A Dmips-tdep.c1790 static CORE_ADDR next_pc; local
1798 next_pc = mips_next_pc (pc);
1800 target_insert_breakpoint (next_pc, break_mem);
1803 target_remove_breakpoint (next_pc, break_mem);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DProcessFreeBSD.cpp1054 lldb::addr_t next_pc; local
1058 next_pc = pc_it->second.GetAsUInt64();
1064 next_pc =
1073 SetSoftwareSingleStepBreakpoint(tid, next_pc);

Completed in 108 milliseconds