*** empty log message ***
[deliverable/binutils-gdb.git] / gdb / value.h
index 6f6b756085f1e7c7aab3aba6c29391cfe1d0e02c..51e6960ab81aee54b942efbfeab95188afff53da 100644 (file)
@@ -215,6 +215,9 @@ extern void *value_computed_closure (struct value *value);
 extern int value_lazy (struct value *);
 extern void set_value_lazy (struct value *value, int val);
 
+extern int value_stack (struct value *);
+extern void set_value_stack (struct value *value, int val);
+
 /* value_contents() and value_contents_raw() both return the address
    of the gdb buffer used to hold a copy of the contents of the lval.
    value_contents() is used when the contents of the buffer are needed
This page took 0.023007 seconds and 4 git commands to generate.