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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h587 typedef const gdb_byte * (gdbarch_sw_breakpoint_from_kind_ftype) (struct gdbarch *gdbarch, int kind, int *size); typedef
589 extern void set_gdbarch_sw_breakpoint_from_kind (struct gdbarch *gdbarch, gdbarch_sw_breakpoint_from_kind_ftype *sw_breakpoint_from_kind);
H A Dgdbarch.c236 gdbarch_sw_breakpoint_from_kind_ftype *sw_breakpoint_from_kind;
2904 gdbarch_sw_breakpoint_from_kind_ftype sw_breakpoint_from_kind)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h511 typedef const gdb_byte * (gdbarch_sw_breakpoint_from_kind_ftype) (struct gdbarch *gdbarch, int kind, int *size); typedef
513 extern void set_gdbarch_sw_breakpoint_from_kind (struct gdbarch *gdbarch, gdbarch_sw_breakpoint_from_kind_ftype *sw_breakpoint_from_kind);
H A Dgdbarch.c127 gdbarch_sw_breakpoint_from_kind_ftype *sw_breakpoint_from_kind = NULL;
2757 gdbarch_sw_breakpoint_from_kind_ftype sw_breakpoint_from_kind)

Completed in 313 milliseconds