Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gdb/gdb/
Dmonitor.c108 static struct monitor_ops *current_monitor;
729 monitor_open (char *args, struct monitor_ops *mon_ops, int from_tty) in monitor_open()
2246 static struct target_ops monitor_ops; variable
2251 monitor_ops.to_close = monitor_close; in init_base_monitor_ops()
2252 monitor_ops.to_detach = monitor_detach; in init_base_monitor_ops()
2253 monitor_ops.to_resume = monitor_resume; in init_base_monitor_ops()
2254 monitor_ops.to_wait = monitor_wait; in init_base_monitor_ops()
2255 monitor_ops.to_fetch_registers = monitor_fetch_registers; in init_base_monitor_ops()
2256 monitor_ops.to_store_registers = monitor_store_registers; in init_base_monitor_ops()
2257 monitor_ops.to_prepare_to_store = monitor_prepare_to_store; in init_base_monitor_ops()
[all …]
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;
Dmonitor.h80 struct monitor_ops struct
243 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
Ddink32-rom.c124 static struct monitor_ops dink32_cmds;
Dremote-hms.c84 static struct monitor_ops hms_cmds;
Dremote-est.c112 static struct monitor_ops est_cmds;
Dabug-rom.c109 static struct monitor_ops abug_cmds;
Dcpu32bug-rom.c107 static struct monitor_ops cpu32bug_cmds;
Ddbug-rom.c101 static struct monitor_ops dbug_cmds;
Drom68k-rom.c190 static struct monitor_ops rom68k_cmds;
Ddve3900-rom.c966 static struct monitor_ops r3900_cmds;