Searched refs:abug_cmds (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dabug-rom.c109 static struct monitor_ops abug_cmds; variable in typeref:struct:monitor_ops
114 abug_cmds.flags = MO_CLR_BREAK_USES_ADDR;
115 abug_cmds.init = abug_inits; /* Init strings */
116 abug_cmds.cont = "g\r"; /* continue command */
117 abug_cmds.step = "t\r"; /* single step */
118 abug_cmds.stop = NULL; /* interrupt command */
119 abug_cmds.set_break = "br %x\r"; /* set a breakpoint */
120 abug_cmds.clr_break = "nobr %x\r"; /* clear a breakpoint */
121 abug_cmds.clr_all_break = "nobr\r"; /* clear all breakpoints */
122 abug_cmds
[all...]

Completed in 76 milliseconds