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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dfindvar.c946 v = gdbarch_value_from_register (gdbarch, type,
1000 value = gdbarch_value_from_register (gdbarch, type, regnum, null_frame_id);
H A Dgdbarch.h497 extern struct value * gdbarch_value_from_register (struct gdbarch *gdbarch, struct type *type, int regnum, struct frame_id frame_id);
H A Dgdbarch.c2661 gdbarch_value_from_register (struct gdbarch *gdbarch, struct type *type, int regnum, struct frame_id frame_id) function
2666 fprintf_unfiltered (gdb_stdlog, "gdbarch_value_from_register called\n");
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dfindvar.c918 v = gdbarch_value_from_register (gdbarch, type,
972 value = gdbarch_value_from_register (gdbarch, type, regnum, null_frame_id);
H A Dgdbarch-gen.h410 extern struct value * gdbarch_value_from_register (struct gdbarch *gdbarch, struct type *type, int regnum, struct frame_id frame_id);
H A Dgdbarch.c2497 gdbarch_value_from_register (struct gdbarch *gdbarch, struct type *type, int regnum, struct frame_id frame_id) function
2502 gdb_printf (gdb_stdlog, "gdbarch_value_from_register called\n");

Completed in 294 milliseconds