Home
last modified time | relevance | path

Searched defs:monitor_ops (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dmonitor.h80 struct monitor_ops struct
82 int flags; /* See below */
83 char **init; /* List of init commands. NULL terminated. */
84 char *cont; /* continue command */
85 char *step; /* single step */
86 char *stop; /* Interrupt program string */
87 char *set_break; /* set a breakpoint. If NULL, monitor implementation
89 char *clr_break; /* clear a breakpoint */
90 char *clr_all_break; /* Clear all breakpoints */
91 char *fill; /* Memory fill cmd (addr len val) */
[all …]
H A Dmonitor.c2247 static struct target_ops monitor_ops; variable