* NEWS: Mention new C++ demangler code.

This commit is contained in:
Ian Lance Taylor
2003-12-03 19:53:11 +00:00
parent 56d0d96a62
commit 59659be2f6
2 changed files with 11 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
2003-12-03 Ian Lance Taylor <ian@wasabisystems.com>
* NEWS: Mention new C++ demangler code.
2003-12-03 Andrew Cagney <cagney@redhat.com>
* ppc-linux-nat.c (store_register, fetch_register): Convert

View File

@@ -3,6 +3,13 @@
*** Changes since GDB 6.0:
* New C++ demangler
GDB has a new C++ demangler which does a better job on the mangled
names generated by current versions of g++. It also runs faster, so
with this and other changes gdb should now start faster on large C++
programs.
* DWARF 2 Location Expressions
GDB support for location expressions has been extended to support function