Searched refs:cannot_fetch_register (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | gdbarch.c | 104 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register = cannot_register_not; member 761 host_address_to_string (gdbarch->cannot_fetch_register)); in gdbarch_dump() 2437 gdb_assert (gdbarch->cannot_fetch_register != NULL); in gdbarch_cannot_fetch_register() 2440 return gdbarch->cannot_fetch_register (gdbarch, regnum); in gdbarch_cannot_fetch_register() 2445 … gdbarch_cannot_fetch_register_ftype cannot_fetch_register) in set_gdbarch_cannot_fetch_register() argument 2447 gdbarch->cannot_fetch_register = cannot_fetch_register; in set_gdbarch_cannot_fetch_register()
|
| D | gdbarch-gen.h | 392 …tch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
|
| D | ChangeLog-2007 | 1102 * gdbarch.sh (cannot_fetch_register, cannot_store_register): Add gdbarch 4083 (hppa_gdbarch_init): Set cannot_fetch_register appropriately. 8215 (cannot_fetch_register, cannot_store_register): Remove. 8216 (fetch_register): Inline cannot_fetch_register and register_addr.
|
| D | ChangeLog-2000 | 1608 (cannot_fetch_register, cannot_store_register): New functions, 4058 (CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead
|
| D | ChangeLog-2002 | 2182 (cannot_fetch_register, cannot_store_register): Change 12286 * gdbserver/linux-mips-low.c (cannot_fetch_register): Fix typo. 12749 * gdbserver/linux-mips-low.c (cannot_fetch_register): Use find_regno
|
| D | ChangeLog-2004 | 85 cannot_fetch_register to hppa32_cannot_store_register or 7537 (cannot_fetch_register, supply_gregset, fill_gregset): Remove 9165 * hppa-tdep.c (hppa_gdbarch_init): Set cannot_fetch_register, move
|
| D | ChangeLog-2005 | 5970 register_name, cannot_store_register, cannot_fetch_register,
|