Searched defs:monitor_ops (Results 1 – 2 of 2) sorted by relevance
80 struct monitor_ops struct82 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 implementation89 char *clr_break; /* clear a breakpoint */90 char *clr_all_break; /* Clear all breakpoints */91 char *fill; /* Memory fill cmd (addr len val) */[all …]
2247 static struct target_ops monitor_ops; variable