aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorJoel Brobecker <brobecker@gnat.com>2008-02-19 18:20:45 +0000
committerJoel Brobecker <brobecker@gnat.com>2008-02-19 18:20:45 +0000
commitb93b6ca7a33f89824e6156ce9b38257d7569da03 (patch)
tree0757c706d7241ff4068c11c2d666ce7af4ded439 /gdb/NEWS
parent610f48948ea1a6b8175ff298ff897c6dd5b4bd01 (diff)
downloadgdb-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/NEWS11
1 files changed, 11 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 84ab160..1ae9096 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -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)