Home
last modified time | relevance | path

Searched refs:DEPRECATED_REGISTER_BYTES (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/contrib/gdb/gdb/config/
Dnm-gnu.h33 #define CHILD_PREPARE_TO_STORE() deprecated_read_register_bytes (0, NULL, DEPRECATED_REGISTER_BYTES)
/freebsd-12-stable/contrib/gdb/gdb/
Dremote-sds.c461 char *regs = alloca (DEPRECATED_REGISTER_BYTES); in sds_fetch_registers()
464 memset (regs, 0, DEPRECATED_REGISTER_BYTES); in sds_fetch_registers()
497 deprecated_read_register_bytes (0, (char *) NULL, DEPRECATED_REGISTER_BYTES); in sds_prepare_to_store()
Dgdbarch.h489 #if (GDB_MULTI_ARCH > GDB_MULTI_ARCH_PARTIAL) && defined (DEPRECATED_REGISTER_BYTES)
492 #if !defined (DEPRECATED_REGISTER_BYTES)
493 #define DEPRECATED_REGISTER_BYTES (gdbarch_deprecated_register_bytes (current_gdbarch)) macro
Dremote-vx.c469 deprecated_read_register_bytes (0, NULL, DEPRECATED_REGISTER_BYTES); in vx_prepare_to_store()
Dremote.c256 if (DEPRECATED_REGISTER_BYTES != 0) in init_remote_state()
257 rs->sizeof_g_packet = DEPRECATED_REGISTER_BYTES; in init_remote_state()
274 if (DEPRECATED_REGISTER_BYTES == 0) in init_remote_state()
Dregcache.c127 descr->sizeof_cooked_registers = DEPRECATED_REGISTER_BYTES; /* OK */ in init_legacy_regcache_descr()
Dgdbarch.c1438 #ifdef DEPRECATED_REGISTER_BYTES in gdbarch_dump()
1441 XSTRING (DEPRECATED_REGISTER_BYTES)); in gdbarch_dump()
1444 DEPRECATED_REGISTER_BYTES); in gdbarch_dump()
Drs6000-tdep.c1033 deprecated_read_register_bytes (0, NULL, DEPRECATED_REGISTER_BYTES); in rs6000_pop_frame()
/freebsd-12-stable/contrib/gdb/gdb/doc/
Dgdbint.texinfo3736 @item DEPRECATED_REGISTER_BYTES
3737 @findex DEPRECATED_REGISTER_BYTES