/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | remote-hms.c | 105 hms_cmds.getmem.cmdb = "m.b %x %x\r"; /* getmem.cmdb (addr, addr) */ in init_hms_cmds() 106 hms_cmds.getmem.cmdw = "m.w %x %x\r"; /* getmem.cmdw (addr, addr) */ in init_hms_cmds() 107 hms_cmds.getmem.cmdl = NULL; /* getmem.cmdl (addr, addr) */ in init_hms_cmds() 108 hms_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, addr) */ in init_hms_cmds() 109 hms_cmds.getmem.resp_delim = ": "; /* getmem.resp_delim */ in init_hms_cmds() 110 hms_cmds.getmem.term = ">"; /* getmem.term */ in init_hms_cmds() 111 hms_cmds.getmem.term_cmd = "\003"; /* getmem.term_cmd */ in init_hms_cmds()
|
H A D | remote-est.c | 134 est_cmds.getmem.cmdb = "dmb %x %x\r"; /* getmem.cmdb (addr, len) */ in init_est_cmds() 135 est_cmds.getmem.cmdw = "dmw %x %x\r"; /* getmem.cmdw (addr, len) */ in init_est_cmds() 136 est_cmds.getmem.cmdl = "dml %x %x\r"; /* getmem.cmdl (addr, len) */ in init_est_cmds() 137 est_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_est_cmds() 138 est_cmds.getmem.resp_delim = ": "; /* getmem.resp_delim */ in init_est_cmds() 139 est_cmds.getmem.term = NULL; /* getmem.term */ in init_est_cmds() 140 est_cmds.getmem.term_cmd = NULL; /* getmem.term_cmd */ in init_est_cmds()
|
H A D | abug-rom.c | 130 abug_cmds.getmem.cmdb = "md %x:%x;b\r"; /* getmem.cmdb (addr, len) */ in init_abug_cmds() 131 abug_cmds.getmem.cmdw = "md %x:%x;b\r"; /* getmem.cmdw (addr, len) */ in init_abug_cmds() 132 abug_cmds.getmem.cmdl = "md %x:%x;b\r"; /* getmem.cmdl (addr, len) */ in init_abug_cmds() 133 abug_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_abug_cmds() 134 abug_cmds.getmem.resp_delim = " "; /* getmem.resp_delim */ in init_abug_cmds() 135 abug_cmds.getmem.term = NULL; /* getmem.term */ in init_abug_cmds() 136 abug_cmds.getmem.term_cmd = NULL; /* getmem.term_cmd */ in init_abug_cmds()
|
H A D | cpu32bug-rom.c | 128 cpu32bug_cmds.getmem.cmdb = "md %x:%x;b\r"; /* getmem.cmdb (addr, len) */ in init_cpu32bug_cmds() 129 cpu32bug_cmds.getmem.cmdw = "md %x:%x;b\r"; /* getmem.cmdw (addr, len) */ in init_cpu32bug_cmds() 130 cpu32bug_cmds.getmem.cmdl = "md %x:%x;b\r"; /* getmem.cmdl (addr, len) */ in init_cpu32bug_cmds() 131 cpu32bug_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_cpu32bug_cmds() 132 cpu32bug_cmds.getmem.resp_delim = " "; /* getmem.resp_delim */ in init_cpu32bug_cmds() 133 cpu32bug_cmds.getmem.term = NULL; /* getmem.term */ in init_cpu32bug_cmds() 134 cpu32bug_cmds.getmem.term_cmd = NULL; /* getmem.term_cmd */ in init_cpu32bug_cmds()
|
H A D | dbug-rom.c | 126 dbug_cmds.getmem.cmdb = "md.b %x %x\r"; /* getmem.cmdb (addr, addr2) */ in init_dbug_cmds() 127 dbug_cmds.getmem.cmdw = "md.w %x %x\r"; /* getmem.cmdw (addr, addr2) */ in init_dbug_cmds() 128 dbug_cmds.getmem.cmdl = "md.l %x %x\r"; /* getmem.cmdl (addr, addr2) */ in init_dbug_cmds() 129 dbug_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, addr2) */ in init_dbug_cmds() 130 dbug_cmds.getmem.resp_delim = ":"; /* getmem.resp_delim */ in init_dbug_cmds() 131 dbug_cmds.getmem.term = NULL; /* getmem.term */ in init_dbug_cmds() 132 dbug_cmds.getmem.term_cmd = NULL; /* getmem.term_cmd */ in init_dbug_cmds()
|
H A D | ppcbug-rom.c | 153 OPS->getmem.cmdb = "md %x:%x;b\r"; /* getmem.cmdb (addr, len) */ in init_ppc_cmds() 154 OPS->getmem.cmdw = "md %x:%x;b\r"; /* getmem.cmdw (addr, len) */ in init_ppc_cmds() 155 OPS->getmem.cmdl = "md %x:%x;b\r"; /* getmem.cmdl (addr, len) */ in init_ppc_cmds() 156 OPS->getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_ppc_cmds() 157 OPS->getmem.resp_delim = " "; /* getmem.resp_delim */ in init_ppc_cmds() 158 OPS->getmem.term = NULL; /* getmem.term */ in init_ppc_cmds() 159 OPS->getmem.term_cmd = NULL; /* getmem.term_cmd */ in init_ppc_cmds()
|
H A D | rom68k-rom.c | 211 rom68k_cmds.getmem.cmdb = "dm %x %x\r"; in init_rom68k_cmds() 212 rom68k_cmds.getmem.cmdw = "dm.w %x %x\r"; in init_rom68k_cmds() 213 rom68k_cmds.getmem.cmdl = "dm.l %x %x\r"; in init_rom68k_cmds() 214 rom68k_cmds.getmem.cmdll = NULL; in init_rom68k_cmds() 215 rom68k_cmds.getmem.resp_delim = " "; in init_rom68k_cmds() 216 rom68k_cmds.getmem.term = NULL; in init_rom68k_cmds() 217 rom68k_cmds.getmem.term_cmd = NULL; in init_rom68k_cmds()
|
H A D | m32r-rom.c | 307 m32r_cmds.getmem.cmdw = NULL; /* getmem.cmdw (addr, len) */ in init_m32r_cmds() 308 m32r_cmds.getmem.cmdl = NULL; /* getmem.cmdl (addr, len) */ in init_m32r_cmds() 309 m32r_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_m32r_cmds() 310 m32r_cmds.getmem.resp_delim = ": "; /* getmem.resp_delim */ in init_m32r_cmds() 311 m32r_cmds.getmem.term = NULL; /* getmem.term */ in init_m32r_cmds() 312 m32r_cmds.getmem.term_cmd = NULL; /* getmem.term_cmd */ in init_m32r_cmds() 367 mon2000_cmds.getmem.cmdw = NULL; /* getmem.cmdw (addr, len) */ in init_mon2000_cmds() 368 mon2000_cmds.getmem.cmdl = NULL; /* getmem.cmdl (addr, len) */ in init_mon2000_cmds() 370 mon2000_cmds.getmem.resp_delim = ": "; /* getmem.resp_delim */ in init_mon2000_cmds() 371 mon2000_cmds.getmem.term = NULL; /* getmem.term */ in init_mon2000_cmds() [all …]
|
H A D | sh3-rom.c | 214 sh3_cmds.getmem.cmdb = "m %x\r"; /* getmem.cmdb (addr, len) */ in init_sh3_cmds() 215 sh3_cmds.getmem.cmdw = "m %x;w\r"; /* getmem.cmdw (addr, len) */ in init_sh3_cmds() 216 sh3_cmds.getmem.cmdl = "m %x;l\r"; /* getmem.cmdl (addr, len) */ in init_sh3_cmds() 217 sh3_cmds.getmem.cmdll = NULL; /* getmem.cmdll (addr, len) */ in init_sh3_cmds() 218 sh3_cmds.getmem.resp_delim = "^ [0-9A-F]+ "; /* getmem.resp_delim */ in init_sh3_cmds() 219 sh3_cmds.getmem.term = "? "; /* getmem.term */ in init_sh3_cmds() 220 sh3_cmds.getmem.term_cmd = ".\r"; /* getmem.term_cmd */ in init_sh3_cmds()
|
H A D | monitor.c | 752 if (mon_ops->getmem.resp_delim) in monitor_open() 1693 cmd = current_monitor->getmem.cmdll; in monitor_read_memory_single() 1700 cmd = current_monitor->getmem.cmdl; in monitor_read_memory_single() 1705 cmd = current_monitor->getmem.cmdw; in monitor_read_memory_single() 1710 cmd = current_monitor->getmem.cmdb; in monitor_read_memory_single() 1721 if (current_monitor->getmem.resp_delim) in monitor_read_memory_single() 1773 if (current_monitor->getmem.term) in monitor_read_memory_single() 1777 if (current_monitor->getmem.term_cmd) in monitor_read_memory_single() 1858 if (current_monitor->getmem.term) in monitor_read_memory() 1867 if (current_monitor->getmem.term_cmd) in monitor_read_memory() [all …]
|
H A D | dve3900-rom.c | 1019 r3900_cmds.getmem.cmdb = "sx %A\r"; /* COREADDR */ in _initialize_r3900_rom() 1020 r3900_cmds.getmem.cmdw = "sh %A\r"; /* COREADDR */ in _initialize_r3900_rom() 1021 r3900_cmds.getmem.cmdl = "sw %A\r"; /* COREADDR */ in _initialize_r3900_rom() 1022 r3900_cmds.getmem.resp_delim = " : "; in _initialize_r3900_rom() 1023 r3900_cmds.getmem.term = " "; in _initialize_r3900_rom() 1024 r3900_cmds.getmem.term_cmd = ".\r"; in _initialize_r3900_rom()
|
H A D | dink32-rom.c | 150 dink32_cmds.getmem.cmdb = "md %x\r"; in _initialize_dink32_rom() 151 dink32_cmds.getmem.resp_delim = " "; in _initialize_dink32_rom()
|
H A D | mcore-rom.c | 176 picobug_cmds.getmem.cmdb = "md %x %x\n"; /* getmem.cmdb (start addr, end addr) */ in init_picobug_cmds() 177 picobug_cmds.getmem.resp_delim = ":"; /* getmem.resp_delim */ in init_picobug_cmds()
|
H A D | monitor.h | 93 struct memrw_cmd getmem; /* display memory */ member
|
H A D | ChangeLog-1995 | 185 Fix getmem/setmem commands. 896 (monitor_read_memory_single): Use regexp for getmem.resp_delim 899 getmem.resp_delim. 903 getmem commands.
|