This is the mail archive of the gdb@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: Variable Length Arrays (VLA) proposal


Hello Sanimir,

On Fri, 2013-06-28 at 13:01 +0000, Agovic, Sanimir wrote:
> (1)
> Resolving check_typedef:

> (2)
> Type normalization:

> (3)
> Split struct type:

Just to add another possibility, we implemented VLA for Fortran by
wrapping read_var_value and then adding a call to f_fixup_value which
'fixed up' the type of the variable (filled in the array bounds, etc.)
by modifying the original type. (It also auto-dereferences pointers).

Regards,
Chris January - VP Engineering - Allinea Software Ltd.



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