This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 1/3] fort_dyn_array: Enable dynamic member types inside a structure.


Yao Qi <qiyaoltc@gmail.com> writes:

>> +      v = allocate_value_lazy (type);
>
> Do we need to call set_value_lazy (v, 1)?

Oh, we don't need set_value_lazy, because allocate_value_lazy has
already set value to lazy.

-- 
Yao (éå)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]