Home
last modified time | relevance | path

Searched refs:DEPRECATED_REGISTER_CONVERTIBLE (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gdb/gdb/
H A Darch-utils.c315 && DEPRECATED_REGISTER_CONVERTIBLE (regnum)); in legacy_convert_register_p()
H A Dgdbarch.h1212 #if defined (DEPRECATED_REGISTER_CONVERTIBLE)
1230 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_CONVERTIBLE)
1233 #if !defined (DEPRECATED_REGISTER_CONVERTIBLE)
1234 #define DEPRECATED_REGISTER_CONVERTIBLE(nr) (gdbarch_deprecated_register_convertible (current_gdbar… macro
H A Dfindvar.c288 && DEPRECATED_REGISTER_CONVERTIBLE (regnum)) in value_of_register()
H A Dinfcmd.c1560 && DEPRECATED_REGISTER_CONVERTIBLE (i)) in default_print_registers_info()
H A Dgdbarch.c1455 #ifdef DEPRECATED_REGISTER_CONVERTIBLE in gdbarch_dump()
1459 XSTRING (DEPRECATED_REGISTER_CONVERTIBLE (nr))); in gdbarch_dump()
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-main.c544 && DEPRECATED_REGISTER_CONVERTIBLE (regnum)) in get_register()