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

/freebsd-11-stable/gnu/usr.bin/gdb/gdbserver/
H A Dfbsd-low.h47 int (*cannot_fetch_register) (int); member in struct:fbsd_target_ops
/freebsd-11-stable/contrib/gdb/gdb/
H A Di386bsd-nat.c57 #define CANNOT_FETCH_REGISTER(regno) cannot_fetch_register (regno)
62 #define CANNOT_STORE_REGISTER(regno) cannot_fetch_register (regno)
114 cannot_fetch_register (int regno)
113 cannot_fetch_register (int regno) function
H A Dgdbarch.c180 gdbarch_cannot_fetch_register_ftype *cannot_fetch_register; member in struct:gdbarch
347 0, /* cannot_fetch_register */
500 current_gdbarch->cannot_fetch_register = cannot_register_not;
650 /* Skip verify of cannot_fetch_register, invalid_p == 0 */
903 (long) current_gdbarch->cannot_fetch_register
3712 gdb_assert (gdbarch->cannot_fetch_register != NULL);
3715 return gdbarch->cannot_fetch_register (regnum);
3720 gdbarch_cannot_fetch_register_ftype cannot_fetch_register)
3722 gdbarch->cannot_fetch_register = cannot_fetch_register;
3719 set_gdbarch_cannot_fetch_register(struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype cannot_fetch_register) argument
[all...]
H A Dgdbarch.h1040 extern void set_gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, gdbarch_cannot_fetch_register_ftype *cannot_fetch_register);

Completed in 86 milliseconds