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]

[pushed/DWARF/Ada] Support for dynamic lower bounds


Hello,

I just pushed the following patch series, which adds dynamic lower
bound handling with DWARF. The objective of the patch series was
to be able correctly print the type of an array when its bounds
are only known at runtime, and without relying on the parallel
info generated by GNAT, only the DWARF data. We knew ahead of time
that lower bounds werent' handled yet, so we expect to have to
turn this part on, but it turns out that we needed a little more...
This is why the testcase is added as a separate commit at the end
of the series.

Thanks,
-- 
Joel


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