HomeSort by: relevance | last modified time | path
    Searched refs:gdbarch_register_to_value (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
gdbarch-selftests.c 109 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type,
findvar.c 612 is that gdbarch_register_to_value populates the entire value
616 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type1,
gdbarch-gen.h 417 extern int gdbarch_register_to_value (struct gdbarch *gdbarch, const frame_info_ptr &frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep);
gdbarch-gen.c 2541 gdbarch_register_to_value (struct gdbarch *gdbarch, const frame_info_ptr &frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep) function
2546 gdb_printf (gdb_stdlog, "gdbarch_register_to_value called\n");
  /src/external/gpl3/gdb/dist/gdb/
gdbarch-selftests.c 108 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type,
findvar.c 630 is that gdbarch_register_to_value populates the entire value
634 ok = gdbarch_register_to_value (gdbarch, frame, regnum, type1,
gdbarch-gen.h 417 extern int gdbarch_register_to_value (struct gdbarch *gdbarch, const frame_info_ptr &frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep);
gdbarch-gen.c 2554 gdbarch_register_to_value (struct gdbarch *gdbarch, const frame_info_ptr &frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep) function
2559 gdb_printf (gdb_stdlog, "gdbarch_register_to_value called\n");

Completed in 22 milliseconds