Searched refs:gdbarch_displaced_step_fixup_ftype (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h1070 typedef void (gdbarch_displaced_step_fixup_ftype) (struct gdbarch *gdbarch, struct displaced_step_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs); typedef
1072 extern void set_gdbarch_displaced_step_fixup (struct gdbarch *gdbarch, gdbarch_displaced_step_fixup_ftype *displaced_step_fixup);
H A Dgdbarch.c292 gdbarch_displaced_step_fixup_ftype *displaced_step_fixup;
4026 gdbarch_displaced_step_fixup_ftype displaced_step_fixup)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h1074 typedef void (gdbarch_displaced_step_fixup_ftype) (struct gdbarch *gdbarch, struct displaced_step_copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs); typedef
1076 extern void set_gdbarch_displaced_step_fixup (struct gdbarch *gdbarch, gdbarch_displaced_step_fixup_ftype *displaced_step_fixup);
H A Dgdbarch.c193 gdbarch_displaced_step_fixup_ftype *displaced_step_fixup = NULL;
4070 gdbarch_displaced_step_fixup_ftype displaced_step_fixup)

Completed in 156 milliseconds