* monitor.h: Add MO_GETMEM_NEEDS_RANGE flag.
[binutils-gdb.git] / gdb / monitor.h
index 1bd4b7cd81b3ab340b7019056e3cb9fe5723faa8..6d8ae486f87e5e8379a1f1d1ced5b511c2f6e1a3 100644 (file)
@@ -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;