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

/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h52 int (*cannot_store_register) (int); member in struct:fbsd_target_ops
/freebsd-11-stable/contrib/gdb/gdb/
H A Dgdbarch.c181 gdbarch_cannot_store_register_ftype *cannot_store_register; member in struct:gdbarch
348 0, /* cannot_store_register */
501 current_gdbarch->cannot_store_register = cannot_register_not;
651 /* Skip verify of cannot_store_register, invalid_p == 0 */
921 (long) current_gdbarch->cannot_store_register
3729 gdb_assert (gdbarch->cannot_store_register != NULL);
3732 return gdbarch->cannot_store_register (regnum);
3737 gdbarch_cannot_store_register_ftype cannot_store_register)
3739 gdbarch->cannot_store_register = cannot_store_register;
3736 set_gdbarch_cannot_store_register(struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype cannot_store_register) argument
[all...]
H A Dgdbarch.h1050 extern void set_gdbarch_cannot_store_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);

Completed in 86 milliseconds