Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gdb/gdb/
H A Dgdbarch.h1214 #if !defined (DEPRECATED_REGISTER_CONVERTIBLE_P)
1215 #define DEPRECATED_REGISTER_CONVERTIBLE_P() (1) macro
1220 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_CONVERTIBLE_P)
1223 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) || !defined (DEPRECATED_REGISTER_CONVERTIBLE_P)
1224 #define DEPRECATED_REGISTER_CONVERTIBLE_P() (gdbarch_deprecated_register_convertible_p (current_gdb… macro
H A Darch-utils.c314 return (DEPRECATED_REGISTER_CONVERTIBLE_P () in legacy_convert_register_p()
H A Dfindvar.c287 if (DEPRECATED_REGISTER_CONVERTIBLE_P () in value_of_register()
H A Dinfcmd.c1559 if (DEPRECATED_REGISTER_CONVERTIBLE_P () in default_print_registers_info()
H A Dgdbarch.c1446 #ifdef DEPRECATED_REGISTER_CONVERTIBLE_P in gdbarch_dump()
1450 XSTRING (DEPRECATED_REGISTER_CONVERTIBLE_P ())); in gdbarch_dump()
1453 DEPRECATED_REGISTER_CONVERTIBLE_P ()); in gdbarch_dump()
/freebsd-12.1/contrib/gdb/gdb/mi/
H A Dmi-main.c543 if (DEPRECATED_REGISTER_CONVERTIBLE_P () in get_register()