diff options
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r-- | gdb/monitor.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h index 33ef9a9255f..cf1e0cef8f0 100644 --- a/gdb/monitor.h +++ b/gdb/monitor.h @@ -189,6 +189,14 @@ struct monitor_ops #define MO_CLR_BREAK_1_BASED 0x20000 +/* If set, then the monitor acks srecords with a plus sign. */ + +#define MO_SREC_ACK_PLUS 0x40000 + +/* If set, then the monitor "acks" srecords with rotating lines. */ + +#define MO_SREC_ACK_ROTATE 0x80000 + #define SREC_SIZE 160 extern void monitor_open PARAMS ((char *args, struct monitor_ops *ops, |