This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Various fixes in ada-lang.c
- From: Joel Brobecker <brobecker at adacore dot com>
- To: gdb-patches at sourceware dot org
- Date: Sat, 8 Sep 2018 17:55:52 -0400
- Subject: Various fixes in ada-lang.c
Hello,
FYI, I am about to push the following fixes we made in the AdaCore
version of GDB.
- [PATCH 1/8] (Ada) assigning packed array aggregate with variable as
- [PATCH 2/8] (Ada) infinite loop when hitting unhandled exception
- [PATCH 3/8] (Ada) "catch assert" spurious internal error
- [PATCH 4/8] Handle PPC64 function descriptor in Ada decoding
- [PATCH 5/8] minor reformatting in ada-lang.c::ada_to_fixed_value
- [PATCH 6/8] (Ada) slightly incorrect bounds for type of array indexed
- [PATCH 7/8] ada-lang.c::ada_value_cast: remove unnecessary
- [PATCH 8/8] (Ada) fix handling of expression with parameterless
All patches were re-validated on x86_64-linux, except for the PPC64
one which was validated on ppc64-linux (with the later being done
using AdaCore's testsuite).
Thank you,
--
Joel