gdb/
[deliverable/binutils-gdb.git] / gdb / defs.h
index 209b11d38dd4f28b4de0978219e187cb52b02fb4..845b3203f4a61f71f72d40ad4e58360c5f7989e3 100644 (file)
@@ -652,7 +652,10 @@ enum lval_type
     /* In a gdb internal variable.  */
     lval_internalvar,
     /* Part of a gdb internal variable (structure field).  */
-    lval_internalvar_component
+    lval_internalvar_component,
+    /* Value's bits are fetched and stored using functions provided by
+       its creator.  */
+    lval_computed
   };
 
 /* Control types for commands */
This page took 0.024685 seconds and 4 git commands to generate.