Searched refs:cmdll (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/ |
| H A D | remote-hms.c | 101 hms_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_hms_cmds() 108 hms_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, addr) */ in init_hms_cmds()
|
| H A D | remote-est.c | 130 est_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_est_cmds() 137 est_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_est_cmds()
|
| H A D | abug-rom.c | 126 abug_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_abug_cmds() 133 abug_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_abug_cmds()
|
| H A D | cpu32bug-rom.c | 124 cpu32bug_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_cpu32bug_cmds() 131 cpu32bug_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_cpu32bug_cmds()
|
| H A D | dbug-rom.c | 122 dbug_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_dbug_cmds() 129 dbug_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, addr2) */ in init_dbug_cmds()
|
| H A D | ppcbug-rom.c | 149 OPS->setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_ppc_cmds() 156 OPS->getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_ppc_cmds()
|
| H A D | rom68k-rom.c | 207 rom68k_cmds.setmem.cmdll = NULL; in init_rom68k_cmds() 214 rom68k_cmds.getmem.cmdll = NULL; in init_rom68k_cmds()
|
| H A D | m32r-rom.c | 302 m32r_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_m32r_cmds() 309 m32r_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_m32r_cmds() 362 mon2000_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_mon2000_cmds() 369 mon2000_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_mon2000_cmds()
|
| H A D | sh3-rom.c | 210 sh3_cmds.setmem.cmdll = NULL; /* setmem.cmdll (addr, value) */ in init_sh3_cmds() 217 sh3_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_sh3_cmds()
|
| H A D | monitor.h | 65 char *cmdll; /* Command for long long (64 bit) read/write */ member
|
| H A D | monitor.c | 1452 if ((memaddr & 0x7) == 0 && len >= 8 && current_monitor->setmem.cmdll) in monitor_write_memory() 1455 cmd = current_monitor->setmem.cmdll; in monitor_write_memory() 1621 monitor_printf (current_monitor->setmem.cmdll, memaddr); in monitor_write_memory_longlongs() 1665 if ((len > 8) && (((len & 0x07)) == 0) && current_monitor->setmem.cmdll) in monitor_write_memory_block() 1690 if ((memaddr & 0x7) == 0 && len >= 8 && current_monitor->getmem.cmdll) in monitor_read_memory_single() 1693 cmd = current_monitor->getmem.cmdll; in monitor_read_memory_single()
|