Home
last modified time | relevance | path

Searched refs:monitor_ops (Results 1 – 25 of 74) sorted by relevance

123

/dports/devel/avr-gdb/gdb-7.3.1/gdb/
H A Dmonitor.c72 static struct monitor_ops *current_monitor;
2317 static struct target_ops monitor_ops; variable
2322 monitor_ops.to_close = monitor_close; in init_base_monitor_ops()
2325 monitor_ops.to_wait = monitor_wait; in init_base_monitor_ops()
2333 monitor_ops.to_kill = monitor_kill; in init_base_monitor_ops()
2334 monitor_ops.to_load = monitor_load; in init_base_monitor_ops()
2337 monitor_ops.to_stop = monitor_stop; in init_base_monitor_ops()
2338 monitor_ops.to_rcmd = monitor_rcmd; in init_base_monitor_ops()
2348 monitor_ops.to_magic = OPS_MAGIC; in init_base_monitor_ops()
2356 if (monitor_ops.to_magic != OPS_MAGIC) in init_monitor_ops()
[all …]
H A Dppcbug-rom.c134 struct monitor_ops *OPS, in init_ppc_cmds()
185 static struct monitor_ops ppcbug_cmds0;
186 static struct monitor_ops ppcbug_cmds1;
H A Dmonitor.h79 struct monitor_ops struct
245 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
H A Ddink32-rom.c124 static struct monitor_ops dink32_cmds;
H A Dmicroblaze-rom.c32 static struct monitor_ops picobug_cmds;
/dports/devel/gdb761/gdb-7.6.1/gdb/
H A Dmonitor.c71 static struct monitor_ops *current_monitor;
2335 static struct target_ops monitor_ops; variable
2340 monitor_ops.to_close = monitor_close; in init_base_monitor_ops()
2343 monitor_ops.to_wait = monitor_wait; in init_base_monitor_ops()
2351 monitor_ops.to_kill = monitor_kill; in init_base_monitor_ops()
2352 monitor_ops.to_load = monitor_load; in init_base_monitor_ops()
2355 monitor_ops.to_stop = monitor_stop; in init_base_monitor_ops()
2356 monitor_ops.to_rcmd = monitor_rcmd; in init_base_monitor_ops()
2366 monitor_ops.to_magic = OPS_MAGIC; in init_base_monitor_ops()
2374 if (monitor_ops.to_magic != OPS_MAGIC) in init_monitor_ops()
[all …]
H A Dppcbug-rom.c133 struct monitor_ops *OPS, in init_ppc_cmds()
183 static struct monitor_ops ppcbug_cmds0;
184 static struct monitor_ops ppcbug_cmds1;
H A Dmonitor.h78 struct monitor_ops struct
242 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
H A Ddink32-rom.c123 static struct monitor_ops dink32_cmds;
H A Dmicroblaze-rom.c34 static struct monitor_ops picobug_cmds;
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmonitor.c2247 static struct target_ops monitor_ops; variable
2255 monitor_ops.to_wait = monitor_wait; in init_base_monitor_ops()
2263 monitor_ops.to_kill = monitor_kill; in init_base_monitor_ops()
2264 monitor_ops.to_load = monitor_load; in init_base_monitor_ops()
2270 monitor_ops.to_has_all_memory = 1; in init_base_monitor_ops()
2271 monitor_ops.to_has_memory = 1; in init_base_monitor_ops()
2272 monitor_ops.to_has_stack = 1; in init_base_monitor_ops()
2273 monitor_ops.to_has_registers = 1; in init_base_monitor_ops()
2274 monitor_ops.to_has_execution = 1; in init_base_monitor_ops()
2275 monitor_ops.to_magic = OPS_MAGIC; in init_base_monitor_ops()
[all …]
H A Dppcbug-rom.c134 struct monitor_ops *OPS, in init_ppc_cmds()
184 static struct monitor_ops ppcbug_cmds0;
185 static struct monitor_ops ppcbug_cmds1;
H A Dmonitor.h80 struct monitor_ops struct
243 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
H A Dsh3-rom.c193 static struct monitor_ops sh3_cmds;
247 static struct monitor_ops sh3e_cmds;
321 memcpy (&sh3e_cmds, &sh3_cmds, sizeof (struct monitor_ops)); in sh3e_open()
H A Dmcore-rom.c48 static struct monitor_ops picobug_cmds;
H A Ddink32-rom.c124 static struct monitor_ops dink32_cmds;
H A Dremote-hms.c84 static struct monitor_ops hms_cmds;
H A Dabug-rom.c109 static struct monitor_ops abug_cmds;
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/
H A Dmonitor.c2247 static struct target_ops monitor_ops; variable
2255 monitor_ops.to_wait = monitor_wait; in init_base_monitor_ops()
2263 monitor_ops.to_kill = monitor_kill; in init_base_monitor_ops()
2264 monitor_ops.to_load = monitor_load; in init_base_monitor_ops()
2270 monitor_ops.to_has_all_memory = 1; in init_base_monitor_ops()
2271 monitor_ops.to_has_memory = 1; in init_base_monitor_ops()
2272 monitor_ops.to_has_stack = 1; in init_base_monitor_ops()
2273 monitor_ops.to_has_registers = 1; in init_base_monitor_ops()
2274 monitor_ops.to_has_execution = 1; in init_base_monitor_ops()
2275 monitor_ops.to_magic = OPS_MAGIC; in init_base_monitor_ops()
[all …]
H A Dppcbug-rom.c134 struct monitor_ops *OPS, in init_ppc_cmds()
184 static struct monitor_ops ppcbug_cmds0;
185 static struct monitor_ops ppcbug_cmds1;
H A Dmonitor.h80 struct monitor_ops struct
243 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
H A Dsh3-rom.c193 static struct monitor_ops sh3_cmds;
247 static struct monitor_ops sh3e_cmds;
321 memcpy (&sh3e_cmds, &sh3_cmds, sizeof (struct monitor_ops)); in sh3e_open()
H A Ddink32-rom.c124 static struct monitor_ops dink32_cmds;
H A Dmcore-rom.c48 static struct monitor_ops picobug_cmds;
H A Dremote-hms.c84 static struct monitor_ops hms_cmds;

123