diff options
author | Joel Brobecker <brobecker@gnat.com> | 2008-02-19 18:20:45 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2008-02-19 18:20:45 +0000 |
commit | b93b6ca7a33f89824e6156ce9b38257d7569da03 (patch) | |
tree | 0757c706d7241ff4068c11c2d666ce7af4ded439 /gdb/NEWS | |
parent | 610f48948ea1a6b8175ff298ff897c6dd5b4bd01 (diff) | |
download | gdb-b93b6ca7a33f89824e6156ce9b38257d7569da03.zip gdb-b93b6ca7a33f89824e6156ce9b38257d7569da03.tar.gz gdb-b93b6ca7a33f89824e6156ce9b38257d7569da03.tar.bz2 |
* NEWS: Add entry describing Add support improvements.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -65,6 +65,17 @@ stored in two consecutive float registers. * The -break-insert MI command can optionally create pending breakpoints now. +* Improved support for debugging Ada + Many improvements to the Ada language support have been made. These + include: + - Better support for Ada2005 interface types + - Improved handling of arrays and slices in general + - Better support for Taft-amendment types + - The '{type} ADDRESS' expression is now allowed on the left hand-side + of an assignment + - Improved command completion in Ada + - Several bug fixes + * New commands set print frame-arguments (all|scalars|none) |