Home
last modified time | relevance | path

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

/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h52 int (*cannot_store_register) (int); member
/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.c181 gdbarch_cannot_store_register_ftype *cannot_store_register; member
501 current_gdbarch->cannot_store_register = cannot_register_not; in gdbarch_alloc()
921 (long) current_gdbarch->cannot_store_register in gdbarch_dump()
3729 gdb_assert (gdbarch->cannot_store_register != NULL); in gdbarch_cannot_store_register()
3732 return gdbarch->cannot_store_register (regnum); in gdbarch_cannot_store_register()
3737 gdbarch_cannot_store_register_ftype cannot_store_register) in set_gdbarch_cannot_store_register() argument
3739 gdbarch->cannot_store_register = cannot_store_register; in set_gdbarch_cannot_store_register()
H A Dgdbarch.h1050 …ore_register (struct gdbarch *gdbarch, gdbarch_cannot_store_register_ftype *cannot_store_register);