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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.h483 typedef int (gdbarch_register_to_value_ftype) (struct frame_info *frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep); typedef
485 extern void set_gdbarch_register_to_value (struct gdbarch *gdbarch, gdbarch_register_to_value_ftype *register_to_value);
H A Dgdbarch.c222 gdbarch_register_to_value_ftype *register_to_value;
2638 gdbarch_register_to_value_ftype register_to_value)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-gen.h396 typedef int (gdbarch_register_to_value_ftype) (frame_info_ptr frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep); typedef
398 extern void set_gdbarch_register_to_value (struct gdbarch *gdbarch, gdbarch_register_to_value_ftype *register_to_value);
H A Dgdbarch.c112 gdbarch_register_to_value_ftype *register_to_value = nullptr;
2474 gdbarch_register_to_value_ftype register_to_value)

Completed in 302 milliseconds