This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[pushed/Ada] Crash with references to GNAT packed arrays handling
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Mon, 17 Mar 2014 08:51:10 -0700
- Subject: [pushed/Ada] Crash with references to GNAT packed arrays handling
- Authentication-results: sourceware.org; auth=none
Hello,
I have just pushed this patch series consisting in one fix from
Pierre-Marie de Rodat, and a testcase that I wrote for it.
This situation showed up on our radar as we are working towards
reducing the use of our GNAT encodings for renamings, trying to
replace them with a pure DWARF description instead.
Tested on x86_64-linux.