Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.c108 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; variable
2252 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 …]
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 Dremote-est.c112 static struct monitor_ops est_cmds;
H A Dabug-rom.c109 static struct monitor_ops abug_cmds;
H A Dcpu32bug-rom.c107 static struct monitor_ops cpu32bug_cmds;
H A Ddbug-rom.c101 static struct monitor_ops dbug_cmds;
H A Drom68k-rom.c190 static struct monitor_ops rom68k_cmds;
H A Dm32r-rom.c285 static struct monitor_ops m32r_cmds;
345 static struct monitor_ops mon2000_cmds;
H A Ddve3900-rom.c966 static struct monitor_ops r3900_cmds;
H A DChangeLog-19952236 * 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 monitor
2986 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 …]
H A DChangeLog-19995030 (init_base_monitor_ops): Initialize monitor_ops.to_rcmd.
6942 (NUM_MONITOR_BREAKPOINTS): Removed and replaced with monitor_ops
6944 * monitor.h (struct monitor_ops): Add new member so that the
9098 * monitor.c (init_monitor_ops): Initialize the monitor_ops
H A DChangeLog-19985531 (init_w89k_cmds): Convert to dynamic initialization of monitor_ops
5811 required extensions to the monitor_ops structure, hooks for wait
H A DChangeLog-20014253 (struct monitor_ops): Replace serial_t with `struct serial *'.
6680 * monitor.c (monitor_ops): Likewise.
H A DChangeLog-20027362 * monitor.h: Add the function regname to monitor_ops