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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dgdbarch.c218 gdbarch_cannot_store_register_ftype *cannot_store_register; member in struct:gdbarch
416 gdbarch->cannot_store_register = cannot_register_not;
589 /* Skip verify of cannot_store_register, invalid_p == 0 */
847 "gdbarch_dump: cannot_store_register = <%s>\n",
848 host_address_to_string (gdbarch->cannot_store_register));
2556 gdb_assert (gdbarch->cannot_store_register != NULL);
2559 return gdbarch->cannot_store_register (gdbarch, regnum);
2564 gdbarch_cannot_store_register_ftype cannot_store_register)
2566 gdbarch->cannot_store_register = cannot_store_register;
2563 set_gdbarch_cannot_store_register(struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype cannot_store_register) argument
[all...]
H A Dgdbarch.h463 extern void set_gdbarch_cannot_store_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);
H A Dgdbarch.sh475 m;int;cannot_store_register;int regnum;regnum;;cannot_register_not;;0
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dgdbarch.c108 gdbarch_cannot_store_register_ftype *cannot_store_register = cannot_register_not; member in struct:gdbarch
362 /* Skip verify of cannot_store_register, invalid_p == 0 */
744 "gdbarch_dump: cannot_store_register = <%s>\n",
745 host_address_to_string (gdbarch->cannot_store_register));
2391 gdb_assert (gdbarch->cannot_store_register != NULL);
2394 return gdbarch->cannot_store_register (gdbarch, regnum);
2399 gdbarch_cannot_store_register_ftype cannot_store_register)
2401 gdbarch->cannot_store_register = cannot_store_register;
2398 set_gdbarch_cannot_store_register(struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype cannot_store_register) argument
H A Dgdbarch-gen.h376 extern void set_gdbarch_cannot_store_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);

Completed in 226 milliseconds