Searched refs:gdbarch_breakpoint_from_pc_ftype (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h573 typedef const gdb_byte * (gdbarch_breakpoint_from_pc_ftype) (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr); typedef
575 extern void set_gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc);
H A Dgdbarch.c234 gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc;
2870 gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc)
H A Dia64-tdep.c121 static gdbarch_breakpoint_from_pc_ftype ia64_breakpoint_from_pc;
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h497 typedef const gdb_byte * (gdbarch_breakpoint_from_pc_ftype) (struct gdbarch *gdbarch, CORE_ADDR *pcptr, int *lenptr); typedef
499 extern void set_gdbarch_breakpoint_from_pc (struct gdbarch *gdbarch, gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc);
H A Dgdbarch.c125 gdbarch_breakpoint_from_pc_ftype *breakpoint_from_pc = default_breakpoint_from_pc;
2723 gdbarch_breakpoint_from_pc_ftype breakpoint_from_pc)
H A Dia64-tdep.c121 static gdbarch_breakpoint_from_pc_ftype ia64_breakpoint_from_pc;

Completed in 338 milliseconds