Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/gdb/
Dsh3-rom.c193 static struct monitor_ops sh3_cmds; variable
198 sh3_cmds.flags = MO_CLR_BREAK_USES_ADDR | MO_GETMEM_READ_SINGLE; /* flags */ in init_sh3_cmds()
199 sh3_cmds.init = sh3_inits; /* monitor init string */ in init_sh3_cmds()
200 sh3_cmds.cont = "g\r"; /* continue command */ in init_sh3_cmds()
201 sh3_cmds.step = "s\r"; /* single step */ in init_sh3_cmds()
202 sh3_cmds.stop = "\003"; /* Interrupt program */ in init_sh3_cmds()
203 sh3_cmds.set_break = "b %x\r"; /* set a breakpoint */ in init_sh3_cmds()
204 sh3_cmds.clr_break = "b -%x\r"; /* clear a breakpoint */ in init_sh3_cmds()
205 sh3_cmds.clr_all_break = "b -\r"; /* clear all breakpoints */ in init_sh3_cmds()
206 sh3_cmds.fill = "f %x @%x %x\r"; /* fill (start len val) */ in init_sh3_cmds()
[all …]