diff options
author | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-11-02 09:41:00 +0000 |
---|---|---|
committer | Paul N. Hilfinger <hilfinger@adacore.com> | 2004-11-02 09:41:00 +0000 |
commit | 49db74f3f14cbdb3d51011445945449ff3ae0ad1 (patch) | |
tree | 8a3422d864dd22382f8524f1e844de56f848bd36 /gdb/NEWS | |
parent | 66d74e0e32c0c0de86645be688a18f55b4c84c28 (diff) | |
download | gdb-49db74f3f14cbdb3d51011445945449ff3ae0ad1.tar.gz |
NEWS: GDB understands GNAT Ada.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r-- | gdb/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -14,6 +14,12 @@ by GCC with the option -feliminate-dwarf2-dups and also by some proprietary compilers. With GCC, you must use GCC 3.3.4 or later to use -feliminate-dwarf2-dups. +* Ada + +Initial support for debugging programs compiled with the GNAT +implementation of the Ada programming language has been integrated +into GDB. In this release, support is limited to expression evaluation. + *** Changes in GDB 6.2.1: * MIPS `break main; run' gave an heuristic-fence-post warning |