aboutsummaryrefslogtreecommitdiff
path: root/gdb/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r--gdb/monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h
index a9b665b..1bd4b7c 100644
--- a/gdb/monitor.h
+++ b/gdb/monitor.h
@@ -81,6 +81,7 @@ struct monitor_ops
char **init; /* List of init commands. NULL terminated. */
char *cont; /* continue command */
char *step; /* single step */
+ char *stop; /* Interrupt program string */
char *set_break; /* set a breakpoint */
char *clr_break; /* clear a breakpoint */
char *clr_all_break; /* Clear all breakpoints */