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 | |
parent | 610f48948ea1a6b8175ff298ff897c6dd5b4bd01 (diff) | |
download | gdb-b93b6ca7a33f89824e6156ce9b38257d7569da03.zip gdb-b93b6ca7a33f89824e6156ce9b38257d7569da03.tar.gz gdb-b93b6ca7a33f89824e6156ce9b38257d7569da03.tar.bz2 |
* NEWS: Add entry describing Add support improvements.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/NEWS | 11 |
2 files changed, 15 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0856a34..6eaf1a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-02-19 Joel Brobecker <brobecker@adacore.com> + + * NEWS: Add entry describing Add support improvements. + 2008-02-18 Markus Deuling <deuling@de.ibm.com> * m68klinux-nat.c (getfpregs_supplies): Replace gdbarch_fp0_regnum by @@ -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) |