Make value_copy also copy the stack data member
authorZoran Zaric <Zoran.Zaric@amd.com>
Fri, 26 Feb 2021 13:59:28 +0000 (13:59 +0000)
committerZoran Zaric <zoran.zaric@amd.com>
Thu, 5 Aug 2021 15:40:42 +0000 (16:40 +0100)
commitefa86d3c26457c4c619fddef8232738d5091978b
tree128f729a0ee36ef45ba78f4ea43353cf531be590
parentf4091d26441c7a3bead8bdfd1a37f072a32f40a0
Make value_copy also copy the stack data member

Fixing a bug where the value_copy function did not copy the stack data
and initialized members of the struct value. This is needed for the
next patch where the DWARF expression evaluator is changed to return a
single struct value object.

        * value.c (value_copy): Change to also copy the stack data
          and initialized members.
gdb/value.c