Searched refs:register_to_value (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c222 gdbarch_register_to_value_ftype *register_to_value; member in struct:gdbarch
1318 "gdbarch_dump: register_to_value = <%s>\n",
1319 host_address_to_string (gdbarch->register_to_value));
2630 gdb_assert (gdbarch->register_to_value != NULL);
2633 return gdbarch->register_to_value (frame, regnum, type, buf, optimizedp, unavailablep);
2638 gdbarch_register_to_value_ftype register_to_value)
2640 gdbarch->register_to_value = register_to_value;
2637 set_gdbarch_register_to_value(struct gdbarch *gdbarch, gdbarch_register_to_value_ftype register_to_value) argument
H A Dgdbarch.h485 extern void set_gdbarch_register_to_value (struct gdbarch *gdbarch, gdbarch_register_to_value_ftype *register_to_value);
H A Dgdbarch.sh487 f;int;register_to_value;struct frame_info *frame, int regnum, struct type *type, gdb_byte *buf, int *optimizedp, int *unavailablep;frame, regnum, type, buf, optimizedp, unavailablep;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c112 gdbarch_register_to_value_ftype *register_to_value = nullptr; member in struct:gdbarch
366 /* Skip verify of register_to_value, invalid_p == 0 */
759 "gdbarch_dump: register_to_value = <%s>\n",
760 host_address_to_string (gdbarch->register_to_value));
2466 gdb_assert (gdbarch->register_to_value != NULL);
2469 return gdbarch->register_to_value (frame, regnum, type, buf, optimizedp, unavailablep);
2474 gdbarch_register_to_value_ftype register_to_value)
2476 gdbarch->register_to_value = register_to_value;
2473 set_gdbarch_register_to_value(struct gdbarch *gdbarch, gdbarch_register_to_value_ftype register_to_value) argument
H A Dgdbarch-gen.h398 extern void set_gdbarch_register_to_value (struct gdbarch *gdbarch, gdbarch_register_to_value_ftype *register_to_value);

Completed in 282 milliseconds