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]

[RFA 0/6] Teach gdb about type alignment


This series teaches gdb about type alignment -- both how to read and
store DW_AT_alignment, and how to compute the alignment in an
ABI-sensitive way when the alignment is not specified.  It also
exposes this information to Python, and removes a bit of code made
redundant by this change.

Regression tested by the buildbot.

Tom


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