Searched refs:monitor_ops (Results 1 – 19 of 19) sorted by relevance
108 static struct monitor_ops *current_monitor;729 monitor_open (char *args, struct monitor_ops *mon_ops, int from_tty) in monitor_open()2247 static struct target_ops monitor_ops; variable2252 monitor_ops.to_close = monitor_close; in init_base_monitor_ops()2253 monitor_ops.to_detach = monitor_detach; in init_base_monitor_ops()2254 monitor_ops.to_resume = monitor_resume; in init_base_monitor_ops()2255 monitor_ops.to_wait = monitor_wait; in init_base_monitor_ops()2256 monitor_ops.to_fetch_registers = monitor_fetch_registers; in init_base_monitor_ops()2257 monitor_ops.to_store_registers = monitor_store_registers; in init_base_monitor_ops()2258 monitor_ops.to_prepare_to_store = monitor_prepare_to_store; in init_base_monitor_ops()[all …]
134 struct monitor_ops *OPS, in init_ppc_cmds()184 static struct monitor_ops ppcbug_cmds0;185 static struct monitor_ops ppcbug_cmds1;
80 struct monitor_ops struct243 extern void monitor_open (char *args, struct monitor_ops *ops, int from_tty);
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()
48 static struct monitor_ops picobug_cmds;
124 static struct monitor_ops dink32_cmds;
84 static struct monitor_ops hms_cmds;
112 static struct monitor_ops est_cmds;
109 static struct monitor_ops abug_cmds;
107 static struct monitor_ops cpu32bug_cmds;
101 static struct monitor_ops dbug_cmds;
190 static struct monitor_ops rom68k_cmds;
285 static struct monitor_ops m32r_cmds;345 static struct monitor_ops mon2000_cmds;
966 static struct monitor_ops r3900_cmds;
2236 * monitor.c (monitor_ops): Likewise.2845 monitor_ops->line_term cuz proper character isn't always \r.2980 * monitor.h (monitor_ops): Add load_routine to provide monitor2986 entry to monitor_ops.3319 first entry in monitor_ops->loadtypes.3421 * rom68k-rom.c: Update to latest version of struct monitor_ops.3507 * (monitor_open): Check for magic number in monitor_ops struct.3517 words in monitor_ops struct.3527 * (monitor_ops): Change lots of fields. Generalize some stuff.3628 * monitor.h (struct monitor_ops): Add register_pattern and[all …]
5030 (init_base_monitor_ops): Initialize monitor_ops.to_rcmd.6942 (NUM_MONITOR_BREAKPOINTS): Removed and replaced with monitor_ops6944 * monitor.h (struct monitor_ops): Add new member so that the9098 * monitor.c (init_monitor_ops): Initialize the monitor_ops
5531 (init_w89k_cmds): Convert to dynamic initialization of monitor_ops 5811 required extensions to the monitor_ops structure, hooks for wait
4253 (struct monitor_ops): Replace serial_t with `struct serial *'.6680 * monitor.c (monitor_ops): Likewise.
7362 * monitor.h: Add the function regname to monitor_ops