Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Di386bsd-nat.c56 #define CANNOT_FETCH_REGISTER(regno) cannot_fetch_register (regno)
61 #define CANNOT_STORE_REGISTER(regno) cannot_fetch_register (regno)
113 cannot_fetch_register (int regno) in cannot_fetch_register() function
H A Dgdbarch.c180 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register; member
500 current_gdbarch->cannot_fetch_register = cannot_register_not; in gdbarch_alloc()
903 (long) current_gdbarch->cannot_fetch_register in gdbarch_dump()
3712 gdb_assert (gdbarch->cannot_fetch_register != NULL); in gdbarch_cannot_fetch_register()
3715 return gdbarch->cannot_fetch_register (regnum); in gdbarch_cannot_fetch_register()
3720 gdbarch_cannot_fetch_register_ftype cannot_fetch_register) in set_gdbarch_cannot_fetch_register() argument
3722 gdbarch->cannot_fetch_register = cannot_fetch_register; in set_gdbarch_cannot_fetch_register()
H A Dgdbarch.h1040 …tch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);
/freebsd-12.1/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h47 int (*cannot_fetch_register) (int); member