Home
last modified time | relevance | path

Searched refs:cmdw (Results 1 – 15 of 15) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dremote-hms.c99 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 Dremote-est.c128 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 Dabug-rom.c124 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 Dcpu32bug-rom.c122 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 Ddbug-rom.c120 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 Dppcbug-rom.c147 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 Drom68k-rom.c205 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 Dm32r-rom.c300 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 Dsh3-rom.c208 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 Dmonitor.h63 char *cmdw; /* Command for word (16 bit) read/write */ member
H A Ddink32-rom.c147 dink32_cmds.setmem.cmdw = "mm -w %x\r"; in _initialize_dink32_rom()
H A Dmcore-rom.c174 picobug_cmds.setmem.cmdw = "mm %x %x ;h\n"; /* setmem.cmdw (addr, value) */ in init_picobug_cmds()
H A Ddve3900-rom.c1016 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 Dmonitor.c1464 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 DChangeLog-19962594 (mon960_cmds): Swap setmem.cmdw and setmem.cmdl to fix problem