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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/gdb/
H A Dppcbug-rom.c134 struct monitor_ops *OPS,
137 OPS->flags = MO_CLR_BREAK_USES_ADDR | MO_HANDLE_NL;
138 OPS->init = ppcbug_inits; /* Init strings */
139 OPS->cont = "g\r"; /* continue command */
140 OPS->step = "t\r"; /* single step */
141 OPS->stop = NULL; /* interrupt command */
142 OPS->set_break = "br %x\r"; /* set a breakpoint */
143 OPS->clr_break = "nobr %x\r"; /* clear a breakpoint */
144 OPS->clr_all_break = "nobr\r"; /* clear all breakpoints */
145 OPS
133 init_ppc_cmds(char *LOAD_CMD, struct monitor_ops *OPS, struct target_ops *targops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/gdb/
H A Dppcbug-rom.c134 struct monitor_ops *OPS,
137 OPS->flags = MO_CLR_BREAK_USES_ADDR | MO_HANDLE_NL;
138 OPS->init = ppcbug_inits; /* Init strings */
139 OPS->cont = "g\r"; /* continue command */
140 OPS->step = "t\r"; /* single step */
141 OPS->stop = NULL; /* interrupt command */
142 OPS->set_break = "br %x\r"; /* set a breakpoint */
143 OPS->clr_break = "nobr %x\r"; /* clear a breakpoint */
144 OPS->clr_all_break = "nobr\r"; /* clear all breakpoints */
145 OPS
133 init_ppc_cmds(char *LOAD_CMD, struct monitor_ops *OPS, struct target_ops *targops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/gdb/
H A Dppcbug-rom.c134 struct monitor_ops *OPS,
137 OPS->flags = MO_CLR_BREAK_USES_ADDR | MO_HANDLE_NL;
138 OPS->init = ppcbug_inits; /* Init strings */
139 OPS->cont = "g\r"; /* continue command */
140 OPS->step = "t\r"; /* single step */
141 OPS->stop = NULL; /* interrupt command */
142 OPS->set_break = "br %x\r"; /* set a breakpoint */
143 OPS->clr_break = "nobr %x\r"; /* clear a breakpoint */
144 OPS->clr_all_break = "nobr\r"; /* clear all breakpoints */
145 OPS
133 init_ppc_cmds(char *LOAD_CMD, struct monitor_ops *OPS, struct target_ops *targops) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/opcodes/
H A Di370-opc.c271 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8)
272 #define OPS_MASK OPS (0xff)
299 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \
306 (OPS (op) | (((unsigned short) (i)) & 0xff))
268 #define OPS macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/opcodes/
H A Di370-opc.c271 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8)
272 #define OPS_MASK OPS (0xff)
299 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \
306 (OPS (op) | (((unsigned short) (i)) & 0xff))
268 #define OPS macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/opcodes/
H A Di370-opc.c271 #define OPS(x) ((((unsigned short) (x)) & 0xff) << 8)
272 #define OPS_MASK OPS (0xff)
299 (OPS (op) | ((((unsigned short) (r1)) & 0xf) << 4) | \
306 (OPS (op) | (((unsigned short) (i)) & 0xff))
268 #define OPS macro

Completed in 129 milliseconds