Searched refs:CANNOT_FETCH_REGISTER (Results 1 - 11 of 11) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/config/mips/
H A Dnm-linux.h46 #define CANNOT_FETCH_REGISTER(regno) mips_linux_cannot_fetch_register (regno) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/powerpc/
H A Dtm-linux.h42 #define CANNOT_FETCH_REGISTER(regno) ((regno) >= MQ_REGNUM)
/openbsd-current/gnu/usr.bin/binutils/gdb/config/i386/
H A Dnm-linux.h76 #define CANNOT_FETCH_REGISTER(regno) cannot_fetch_register (regno)
74 #define CANNOT_FETCH_REGISTER macro
/openbsd-current/gnu/usr.bin/binutils/gdb/config/ia64/
H A Dnm-linux.h38 #define CANNOT_FETCH_REGISTER(regno) ia64_cannot_fetch_register(regno) macro
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dmipsnbsd-tdep.c47 if (CANNOT_FETCH_REGISTER (i))
78 if (CANNOT_FETCH_REGISTER (i))
H A Dalpha-nat.c100 if (CANNOT_FETCH_REGISTER (regno))
H A Dhppa-linux-nat.c222 if (CANNOT_FETCH_REGISTER (regno))
H A Dinfptrace.c292 if (CANNOT_FETCH_REGISTER (regnum))
H A Dm68klinux-nat.c140 if (CANNOT_FETCH_REGISTER (regno))
H A Dgdbarch.h647 #if !defined (GDB_TM_FILE) && defined (CANNOT_FETCH_REGISTER)
648 #error "Non multi-arch definition of CANNOT_FETCH_REGISTER"
650 #if !defined (CANNOT_FETCH_REGISTER)
651 #define CANNOT_FETCH_REGISTER(regnum) (gdbarch_cannot_fetch_register (current_gdbarch, regnum)) macro
H A Dgdbarch.c766 #ifdef CANNOT_FETCH_REGISTER
769 "CANNOT_FETCH_REGISTER(regnum)",
770 XSTRING (CANNOT_FETCH_REGISTER (regnum)));

Completed in 253 milliseconds