Searched refs:gdbarch_cannot_fetch_register (Results 1 – 2 of 2) sorted by relevance
1039 extern int gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, int regnum);1045 #define CANNOT_FETCH_REGISTER(regnum) (gdbarch_cannot_fetch_register (current_gdbarch, regnum))
3709 gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, int regnum) in gdbarch_cannot_fetch_register() function