HomeSort by: relevance | last modified time | path
    Searched refs:gdbarch_displaced_step_fixup (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
displaced-stepping.c 272 gdbarch_displaced_step_fixup (arch, copy_insn_closure.get (),
gdbarch-gen.h 1113 to gdbarch_displaced_step_fixup.
1175 extern void gdbarch_displaced_step_fixup (struct gdbarch *gdbarch, struct displaced_step_copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p);
gdbarch-gen.c 4222 gdbarch_displaced_step_fixup (struct gdbarch *gdbarch, struct displaced_step_copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p) function
4227 gdb_printf (gdb_stdlog, "gdbarch_displaced_step_fixup called\n");
  /src/external/gpl3/gdb/dist/gdb/
displaced-stepping.c 272 gdbarch_displaced_step_fixup (arch, copy_insn_closure.get (),
gdbarch-gen.h 1122 to gdbarch_displaced_step_fixup.
1184 extern void gdbarch_displaced_step_fixup (struct gdbarch *gdbarch, struct displaced_step_copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p);
gdbarch-gen.c 4252 gdbarch_displaced_step_fixup (struct gdbarch *gdbarch, struct displaced_step_copy_insn_closure *closure, CORE_ADDR from, CORE_ADDR to, struct regcache *regs, bool completed_p) function
4257 gdb_printf (gdb_stdlog, "gdbarch_displaced_step_fixup called\n");

Completed in 61 milliseconds