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 1bd4b7c..6d8ae48 100644
--- a/gdb/monitor.h
+++ b/gdb/monitor.h
@@ -125,6 +125,7 @@ struct monitor_ops
#define MO_NEED_REGDUMP_AFTER_CONT 0x4 /* If set, then monitor doesn't auto-
matically supply register dump when
coming back after a continue. */
+#define MO_GETMEM_NEEDS_RANGE 0x8 /* getmem needs start addr and end addr */
extern struct monitor_ops *current_monitor;