Searched refs:gdbarch_register_to_value (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch-selftests.c108 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type,
H A Dfindvar.c925 is that gdbarch_register_to_value populates the entire value
931 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type1,
986 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type,
H A Dgdbarch.h484 extern int gdbarch_register_to_value (struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep);
H A Dgdbarch.c2627 gdbarch_register_to_value (struct gdbarch *gdbarch, struct frame_info *frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep) function
2632 fprintf_unfiltered (gdb_stdlog, "gdbarch_register_to_value called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch-selftests.c110 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type,
H A Dfindvar.c897 is that gdbarch_register_to_value populates the entire value
903 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type1,
958 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type,
H A Dgdbarch-gen.h397 extern int gdbarch_register_to_value (struct gdbarch *gdbarch, frame_info_ptr frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep);
H A Dgdbarch.c2463 gdbarch_register_to_value (struct gdbarch *gdbarch, frame_info_ptr frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep) function
2468 gdb_printf (gdb_stdlog, "gdbarch_register_to_value called\n");

Completed in 176 milliseconds