Home
last modified time | relevance | path

Searched refs:gdbarch_register_to_value_ftype (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dgdbarch.h422 typedef int (gdbarch_register_to_value_ftype) (struct frame_info *frame, int regnum, struct type *t… typedef
424 extern void set_gdbarch_register_to_value (struct gdbarch *gdbarch, gdbarch_register_to_value_ftype
H A Dgdbarch.c193 gdbarch_register_to_value_ftype *register_to_value;
2458 gdbarch_register_to_value_ftype register_to_value) in set_gdbarch_register_to_value()