aboutsummaryrefslogtreecommitdiff
path: root/gdb/memattr.h
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/memattr.h')
-rw-r--r--gdb/memattr.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/memattr.h b/gdb/memattr.h
index 6796b71..8643a23 100644
--- a/gdb/memattr.h
+++ b/gdb/memattr.h
@@ -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;