Home
last modified time | relevance | path

Searched refs:cannot_fetch_register (Results 1 – 7 of 7) sorted by relevance

/netbsd/src/external/gpl3/gdb/dist/gdb/
Dgdbarch.c104 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()
Dgdbarch-gen.h392 …tch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
DChangeLog-20071102 * 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.
DChangeLog-20001608 (cannot_fetch_register, cannot_store_register): New functions,
4058 (CANNOT_STORE_REGISTER): Define to cannot_fetch_register instead
DChangeLog-20022182 (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
DChangeLog-200485 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
DChangeLog-20055970 register_name, cannot_store_register, cannot_fetch_register,