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]

[PATCH 0/8] Add Ada support for .debug_names


This series adds support for Ada in the .debug_names index.

This is mostly straightforward.  The series starts with a few cleanup
patches, to make it simpler to share code with psymtabs.

While doing this I found two existing bugs.

One bug is fixed in patch #5, which includes a test case.

The other bug is more serious: gdb does not put the correct contents
into .debug_names.  Fixing this would be very good, but it was not
something I wanted to do immediately.  I've filed a bug with details:

    https://sourceware.org/bugzilla/show_bug.cgi?id=24820

Regression tested on x86-64 Fedora 29.

Tom



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