Searched refs:completed_p (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | amd64-tdep.h | 96 CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p);
|
| D | aarch64-tdep.h | 202 struct regcache *regs, bool completed_p);
|
| D | i386-tdep.h | 454 CORE_ADDR from, CORE_ADDR to, regcache *regs, bool completed_p);
|
| D | amd64-tdep.c | 1660 struct regcache *regs, bool completed_p) in amd64_displaced_step_fixup() argument 1695 if (!completed_p in amd64_displaced_step_fixup() 1748 if (completed_p && amd64_call_p (insn_details)) in amd64_displaced_step_fixup()
|
| D | gdbarch-gen.h | 1147 …copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p); 1148 …copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p);
|
| D | i386-tdep.c | 846 struct regcache *regs, bool completed_p) in i386_displaced_step_fixup() argument 889 if (!completed_p in i386_displaced_step_fixup() 944 if (completed_p && i386_call_p (insn)) in i386_displaced_step_fixup()
|
| D | aarch64-tdep.c | 3862 struct regcache *regs, bool completed_p) in aarch64_displaced_step_fixup() argument 3868 if (!completed_p) in aarch64_displaced_step_fixup()
|
| D | gdbarch.c | 4173 …_copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p) in gdbarch_displaced_step_fixup() argument 4179 gdbarch->displaced_step_fixup (gdbarch, closure, from, to, regs, completed_p); in gdbarch_displaced_step_fixup()
|
| D | rs6000-tdep.c | 955 struct regcache *regs, bool completed_p) in ppc_displaced_step_fixup() argument 959 if (!completed_p) in ppc_displaced_step_fixup()
|
| D | arm-tdep.c | 8676 struct regcache *regs, bool completed_p) in arm_displaced_step_fixup() argument 8694 if (!completed_p) in arm_displaced_step_fixup()
|