/dports/devel/avr-gdb/gdb-7.3.1/gdb/ |
H A D | monitor.c | 72 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 D | ppcbug-rom.c | 134 struct monitor_ops *OPS, in init_ppc_cmds() 185 static struct monitor_ops ppcbug_cmds0; 186 static struct monitor_ops ppcbug_cmds1;
|
H A D | monitor.h | 79 struct monitor_ops struct 245 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
|
H A D | dink32-rom.c | 124 static struct monitor_ops dink32_cmds;
|
H A D | microblaze-rom.c | 32 static struct monitor_ops picobug_cmds;
|
/dports/devel/gdb761/gdb-7.6.1/gdb/ |
H A D | monitor.c | 71 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 D | ppcbug-rom.c | 133 struct monitor_ops *OPS, in init_ppc_cmds() 183 static struct monitor_ops ppcbug_cmds0; 184 static struct monitor_ops ppcbug_cmds1;
|
H A D | monitor.h | 78 struct monitor_ops struct 242 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
|
H A D | dink32-rom.c | 123 static struct monitor_ops dink32_cmds;
|
H A D | microblaze-rom.c | 34 static struct monitor_ops picobug_cmds;
|
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | monitor.c | 2247 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 D | ppcbug-rom.c | 134 struct monitor_ops *OPS, in init_ppc_cmds() 184 static struct monitor_ops ppcbug_cmds0; 185 static struct monitor_ops ppcbug_cmds1;
|
H A D | monitor.h | 80 struct monitor_ops struct 243 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
|
H A D | sh3-rom.c | 193 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 D | mcore-rom.c | 48 static struct monitor_ops picobug_cmds;
|
H A D | dink32-rom.c | 124 static struct monitor_ops dink32_cmds;
|
H A D | remote-hms.c | 84 static struct monitor_ops hms_cmds;
|
H A D | abug-rom.c | 109 static struct monitor_ops abug_cmds;
|
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/gdb/ |
H A D | monitor.c | 2247 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 D | ppcbug-rom.c | 134 struct monitor_ops *OPS, in init_ppc_cmds() 184 static struct monitor_ops ppcbug_cmds0; 185 static struct monitor_ops ppcbug_cmds1;
|
H A D | monitor.h | 80 struct monitor_ops struct 243 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
|
H A D | sh3-rom.c | 193 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 D | dink32-rom.c | 124 static struct monitor_ops dink32_cmds;
|
H A D | mcore-rom.c | 48 static struct monitor_ops picobug_cmds;
|
H A D | remote-hms.c | 84 static struct monitor_ops hms_cmds;
|