Home
last modified time | relevance | path

Searched refs:cmdll (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dremote-hms.c101 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 Dremote-est.c130 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 Dabug-rom.c126 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 Dcpu32bug-rom.c124 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 Ddbug-rom.c122 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 Dppcbug-rom.c149 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 Drom68k-rom.c207 rom68k_cmds.setmem.cmdll = NULL; in init_rom68k_cmds()
214 rom68k_cmds.getmem.cmdll = NULL; in init_rom68k_cmds()
H A Dm32r-rom.c302 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 Dsh3-rom.c210 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 Dmonitor.h65 char *cmdll; /* Command for long long (64 bit) read/write */ member
H A Dmonitor.c1452 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()