aboutsummaryrefslogtreecommitdiff
path: root/gdb/monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/monitor.h')
-rw-r--r--gdb/monitor.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gdb/monitor.h b/gdb/monitor.h
index dc2f124..f658921 100644
--- a/gdb/monitor.h
+++ b/gdb/monitor.h
@@ -152,6 +152,18 @@ struct monitor_ops
#define MO_SREC_ACK 0x100
+/* Allow 0x prefix on addresses retured from monitor */
+
+#define MO_HEX_PREFIX 0x200
+
+/* Some monitors require a different command when starting a program */
+
+#define MO_RUN_FIRST_TIME 0x400
+
+/* Don't expect echos when getting memory */
+
+#define MO_NO_ECHO_ON_SETMEM 0x800
+
#define SREC_SIZE 160
extern void monitor_open PARAMS ((char *args, struct monitor_ops *ops,