[Ada] Crash when trying to set value of packed array element
[deliverable/binutils-gdb.git] / gdb / value.h
index 3ce0f88138317546636c3058511334595268172c..d501b52e5d1b23986e61fbc62a49a1ac852f350f 100644 (file)
@@ -74,6 +74,7 @@ extern void set_value_bitpos (struct value *, int bit);
    bitfields.  */
 
 struct value *value_parent (struct value *);
+extern void set_value_parent (struct value *value, struct value *parent);
 
 /* Describes offset of a value within lval of a structure in bytes.
    If lval == lval_memory, this is an offset to the address.  If lval
This page took 0.032471 seconds and 4 git commands to generate.