* NEWS: Add entry describing Add support improvements.

This commit is contained in:
Joel Brobecker 2008-02-19 18:20:45 +00:00
parent 610f48948e
commit b93b6ca7a3
2 changed files with 15 additions and 0 deletions

View File

@ -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

View File

@ -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)