Searched refs:DEPRECATED_REGISTER_BYTES (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12-stable/contrib/gdb/gdb/config/ |
| D | nm-gnu.h | 33 #define CHILD_PREPARE_TO_STORE() deprecated_read_register_bytes (0, NULL, DEPRECATED_REGISTER_BYTES)
|
| /freebsd-12-stable/contrib/gdb/gdb/ |
| D | remote-sds.c | 461 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()
|
| D | gdbarch.h | 489 #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
|
| D | remote-vx.c | 469 deprecated_read_register_bytes (0, NULL, DEPRECATED_REGISTER_BYTES); in vx_prepare_to_store()
|
| D | remote.c | 256 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()
|
| D | regcache.c | 127 descr->sizeof_cooked_registers = DEPRECATED_REGISTER_BYTES; /* OK */ in init_legacy_regcache_descr()
|
| D | gdbarch.c | 1438 #ifdef DEPRECATED_REGISTER_BYTES in gdbarch_dump() 1441 XSTRING (DEPRECATED_REGISTER_BYTES)); in gdbarch_dump() 1444 DEPRECATED_REGISTER_BYTES); in gdbarch_dump()
|
| D | rs6000-tdep.c | 1033 deprecated_read_register_bytes (0, NULL, DEPRECATED_REGISTER_BYTES); in rs6000_pop_frame()
|
| /freebsd-12-stable/contrib/gdb/gdb/doc/ |
| D | gdbint.texinfo | 3736 @item DEPRECATED_REGISTER_BYTES 3737 @findex DEPRECATED_REGISTER_BYTES
|