Searched refs:gdbarch_cannot_fetch_register (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/gdb/gdb/
H A Dgdbarch.h1039 extern int gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, int regnum);
1045 #define CANNOT_FETCH_REGISTER(regnum) (gdbarch_cannot_fetch_register (current_gdbarch, regnum))
H A Dgdbarch.c3709 gdbarch_cannot_fetch_register (struct gdbarch *gdbarch, int regnum) function
3714 fprintf_unfiltered (gdb_stdlog, "gdbarch_cannot_fetch_register called\n");

Completed in 30 milliseconds