gdb:
[deliverable/binutils-gdb.git] / gdb / mi / mi-main.h
index aad7eebce186f7644d6ec2f04d27c818ab4f3824..a815fbe142268e891fc7a25e7bdcdac3471950b7 100644 (file)
@@ -41,6 +41,8 @@ struct mi_suppress_notification
   int cmd_param_changed;
   /* Traceframe changed notification suppressed?  */
   int traceframe;
+  /* Memory changed notification suppressed?  */
+  int memory;
 };
 extern struct mi_suppress_notification mi_suppress_notification;
 
This page took 0.023764 seconds and 4 git commands to generate.