The following changes avoid polluting global namespace with the
[deliverable/binutils-gdb.git] / gdb / memattr.h
index 6796b7134274279b0864ad9fe571e86e5a996bc0..8643a23cec86b5e51e64400089aab8f2f05f40b3 100644 (file)
@@ -79,8 +79,8 @@ struct mem_region
   /* Item number of this memory region. */
   int number;
 
-  /* Status of this memory region (enabled or disabled) */
-  int status;
+  /* Status of this memory region (enabled if non-zero, otherwise disabled) */
+  int enabled_p;
 
   /* Attributes for this region */
   struct mem_attrib attrib;
This page took 0.037768 seconds and 4 git commands to generate.