Searched refs:displaced_step_hw_singlestep (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c291 gdbarch_displaced_step_hw_singlestep_ftype *displaced_step_hw_singlestep; member in struct:gdbarch
446 gdbarch->displaced_step_hw_singlestep = default_displaced_step_hw_singlestep;
661 /* Skip verify of displaced_step_hw_singlestep, invalid_p == 0 */
934 "gdbarch_dump: displaced_step_hw_singlestep = <%s>\n",
935 host_address_to_string (gdbarch->displaced_step_hw_singlestep));
3993 gdb_assert (gdbarch->displaced_step_hw_singlestep != NULL);
3996 return gdbarch->displaced_step_hw_singlestep (gdbarch, closure);
4001 gdbarch_displaced_step_hw_singlestep_ftype displaced_step_hw_singlestep)
4003 gdbarch->displaced_step_hw_singlestep = displaced_step_hw_singlestep;
4000 set_gdbarch_displaced_step_hw_singlestep(struct gdbarch *gdbarch, gdbarch_displaced_step_hw_singlestep_ftype displaced_step_hw_singlestep) argument
[all...]
H A Dgdbarch.h1049 extern void set_gdbarch_displaced_step_hw_singlestep (struct gdbarch *gdbarch, gdbarch_displaced_step_hw_singlestep_ftype *displaced_step_hw_singlestep);
H A Dgdbarch.sh797 m;int;displaced_step_hw_singlestep;struct displaced_step_closure *closure;closure;;default_displaced_step_hw_singlestep;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c192 gdbarch_displaced_step_hw_singlestep_ftype *displaced_step_hw_singlestep = default_displaced_step_hw_singlestep; member in struct:gdbarch
450 /* Skip verify of displaced_step_hw_singlestep, invalid_p == 0 */
1089 "gdbarch_dump: displaced_step_hw_singlestep = <%s>\n",
1090 host_address_to_string (gdbarch->displaced_step_hw_singlestep));
4037 gdb_assert (gdbarch->displaced_step_hw_singlestep != NULL);
4040 return gdbarch->displaced_step_hw_singlestep (gdbarch);
4045 gdbarch_displaced_step_hw_singlestep_ftype displaced_step_hw_singlestep)
4047 gdbarch->displaced_step_hw_singlestep = displaced_step_hw_singlestep;
4044 set_gdbarch_displaced_step_hw_singlestep(struct gdbarch *gdbarch, gdbarch_displaced_step_hw_singlestep_ftype displaced_step_hw_singlestep) argument
H A Dgdbarch-gen.h1053 extern void set_gdbarch_displaced_step_hw_singlestep (struct gdbarch *gdbarch, gdbarch_displaced_step_hw_singlestep_ftype *displaced_step_hw_singlestep);

Completed in 286 milliseconds