Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/gdb/gdb/
HDia64-tdep.c1042 CORE_ADDR next_pc; in examine_prologue() local
1073 next_pc = fetch_instruction (pc, &it, &instr); in examine_prologue()
1077 if (pc < lim_pc && next_pc in examine_prologue()
1097 last_prologue_pc = next_pc; in examine_prologue()
1098 pc = next_pc; in examine_prologue()
1103 if (pc < lim_pc && next_pc in examine_prologue()
1118 last_prologue_pc = next_pc; in examine_prologue()
1136 next_pc = fetch_instruction (pc, &it, &instr); in examine_prologue()
1137 if (next_pc == 0) in examine_prologue()
1166 last_prologue_pc = next_pc; in examine_prologue()
[all …]
HDalpha-tdep.c1445 static CORE_ADDR next_pc; in alpha_software_single_step() local
1453 next_pc = alpha_next_pc (pc); in alpha_software_single_step()
1455 target_insert_breakpoint (next_pc, break_mem); in alpha_software_single_step()
1459 target_remove_breakpoint (next_pc, break_mem); in alpha_software_single_step()
1460 write_pc (next_pc); in alpha_software_single_step()
HDs390-tdep.c1305 CORE_ADDR next_pc; in s390_analyze_prologue() local
1331 for (pc = start_pc; pc > 0 && pc < current_pc; pc = next_pc) in s390_analyze_prologue()
1351 next_pc = pc + insn_len; in s390_analyze_prologue()
1631 pv_set_to_constant (&data->gpr[r1], next_pc); in s390_analyze_prologue()
1636 pv_set_to_constant (&data->gpr[r1], next_pc); in s390_analyze_prologue()
1637 next_pc = pc + i2 * 2; in s390_analyze_prologue()
1641 if (next_pc <= pc) in s390_analyze_prologue()
1678 result = next_pc; in s390_analyze_prologue()
HDarm-tdep.c1868 static int next_pc; /* State between setting and unsetting. */ in arm_software_single_step() local
1873 next_pc = arm_get_next_pc (read_register (ARM_PC_REGNUM)); in arm_software_single_step()
1874 target_insert_breakpoint (next_pc, break_mem); in arm_software_single_step()
1877 target_remove_breakpoint (next_pc, break_mem); in arm_software_single_step()
HDmips-tdep.c1790 static CORE_ADDR next_pc; in mips_software_single_step() local
1798 next_pc = mips_next_pc (pc); in mips_software_single_step()
1800 target_insert_breakpoint (next_pc, break_mem); in mips_software_single_step()
1803 target_remove_breakpoint (next_pc, break_mem); in mips_software_single_step()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDProcessFreeBSD.cpp1054 lldb::addr_t next_pc; in SetupSoftwareSingleStepping() local
1058 next_pc = pc_it->second.GetAsUInt64(); in SetupSoftwareSingleStepping()
1064 next_pc = in SetupSoftwareSingleStepping()
1073 SetSoftwareSingleStepBreakpoint(tid, next_pc); in SetupSoftwareSingleStepping()
/freebsd-11-stable/contrib/gcc/cp/
HDChangeLog-19985701 and next_pc.