Searched refs:cmdw (Results 1 – 15 of 15) sorted by relevance
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote-hms.c | 99 hms_cmds.setmem.cmdw = "m.w %x=%x\r"; /* setmem.cmdw (addr, value) */ in init_hms_cmds() 106 hms_cmds.getmem.cmdw = "m.w %x %x\r"; /* getmem.cmdw (addr, addr) */ in init_hms_cmds()
|
H A D | remote-est.c | 128 est_cmds.setmem.cmdw = "smw %x %x\r"; /* setmem.cmdw (addr, value) */ in init_est_cmds() 135 est_cmds.getmem.cmdw = "dmw %x %x\r"; /* getmem.cmdw (addr, len) */ in init_est_cmds()
|
H A D | abug-rom.c | 124 abug_cmds.setmem.cmdw = "ms %x %04x\r"; /* setmem.cmdw (addr, value) */ in init_abug_cmds() 131 abug_cmds.getmem.cmdw = "md %x:%x;b\r"; /* getmem.cmdw (addr, len) */ in init_abug_cmds()
|
H A D | cpu32bug-rom.c | 122 cpu32bug_cmds.setmem.cmdw = "ms %x %04x\r"; /* setmem.cmdw (addr, value) */ in init_cpu32bug_cmds() 129 cpu32bug_cmds.getmem.cmdw = "md %x:%x;b\r"; /* getmem.cmdw (addr, len) */ in init_cpu32bug_cmds()
|
H A D | dbug-rom.c | 120 dbug_cmds.setmem.cmdw = "mm.w %x %x\r"; /* setmem.cmdw (addr, value) */ in init_dbug_cmds() 127 dbug_cmds.getmem.cmdw = "md.w %x %x\r"; /* getmem.cmdw (addr, addr2) */ in init_dbug_cmds()
|
H A D | ppcbug-rom.c | 147 OPS->setmem.cmdw = "ms %x %04x\r"; /* setmem.cmdw (addr, value) */ in init_ppc_cmds() 154 OPS->getmem.cmdw = "md %x:%x;b\r"; /* getmem.cmdw (addr, len) */ in init_ppc_cmds()
|
H A D | rom68k-rom.c | 205 rom68k_cmds.setmem.cmdw = "pm.w %x %x\r"; in init_rom68k_cmds() 212 rom68k_cmds.getmem.cmdw = "dm.w %x %x\r"; in init_rom68k_cmds()
|
H A D | m32r-rom.c | 300 m32r_cmds.setmem.cmdw = "%x 1 %x fillh\r"; /* setmem.cmdw (addr, value) */ in init_m32r_cmds() 307 m32r_cmds.getmem.cmdw = NULL; /* getmem.cmdw (addr, len) */ in init_m32r_cmds() 360 mon2000_cmds.setmem.cmdw = "%x 1 %x fillh\r"; /* setmem.cmdw (addr, value) */ in init_mon2000_cmds() 367 mon2000_cmds.getmem.cmdw = NULL; /* getmem.cmdw (addr, len) */ in init_mon2000_cmds()
|
H A D | sh3-rom.c | 208 sh3_cmds.setmem.cmdw = "m %x %x;w\r"; /* setmem.cmdw (addr, value) */ in init_sh3_cmds() 215 sh3_cmds.getmem.cmdw = "m %x;w\r"; /* getmem.cmdw (addr, len) */ in init_sh3_cmds()
|
H A D | monitor.h | 63 char *cmdw; /* Command for word (16 bit) read/write */ member
|
H A D | dink32-rom.c | 147 dink32_cmds.setmem.cmdw = "mm -w %x\r"; in _initialize_dink32_rom()
|
H A D | mcore-rom.c | 174 picobug_cmds.setmem.cmdw = "mm %x %x ;h\n"; /* setmem.cmdw (addr, value) */ in init_picobug_cmds()
|
H A D | dve3900-rom.c | 1016 r3900_cmds.setmem.cmdw = "sh %A %x\r"; /* COREADDR, val */ in _initialize_r3900_rom() 1020 r3900_cmds.getmem.cmdw = "sh %A\r"; /* COREADDR */ in _initialize_r3900_rom()
|
H A D | monitor.c | 1464 else if ((memaddr & 0x1) == 0 && len >= 2 && current_monitor->setmem.cmdw) in monitor_write_memory() 1467 cmd = current_monitor->setmem.cmdw; in monitor_write_memory() 1702 else if ((memaddr & 0x1) == 0 && len >= 2 && current_monitor->getmem.cmdw) in monitor_read_memory_single() 1705 cmd = current_monitor->getmem.cmdw; in monitor_read_memory_single()
|
H A D | ChangeLog-1996 | 2594 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem
|