diff options
author | Fred Fish <fnf@specifix.com> | 1992-06-12 20:51:42 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1992-06-12 20:51:42 +0000 |
commit | 6b53bf346d9dcf6345119e3e9c2a33ffb9a09d1f (patch) | |
tree | dfa59169a43128526d334e31e492aa745f381ea6 /gdb/WHATS.NEW | |
parent | 28de880c482d203c6f660c182e3aed1902815003 (diff) | |
download | gdb-6b53bf346d9dcf6345119e3e9c2a33ffb9a09d1f.zip gdb-6b53bf346d9dcf6345119e3e9c2a33ffb9a09d1f.tar.gz gdb-6b53bf346d9dcf6345119e3e9c2a33ffb9a09d1f.tar.bz2 |
* expprint.c (print_subexp): Add missing ']'.
* defs.h (reg_names): Fix declaration to match that in infcmd.c
* stack.c (reg_names): Delete redundant (and inconsistent) decl.
* WHATS.NEW: Point out improved C++ function name handling.
* gdbtypes.c (lookup_fundamental_type): For now, use the same
type names for both implicitly and explicitly signed integral
types. See comment in the source code.
Diffstat (limited to 'gdb/WHATS.NEW')
-rwxr-xr-x | gdb/WHATS.NEW | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/WHATS.NEW b/gdb/WHATS.NEW index 280471e..f10d721 100755 --- a/gdb/WHATS.NEW +++ b/gdb/WHATS.NEW @@ -1,6 +1,16 @@ What has changed since GDB-3.5? (Organized release by release) +*** Changes in GDB-4.6: + + * Better support for C++ function names + +GDB now accepts as input the "demangled form" of C++ overloaded function +names and member function names, and can do command completion on such names +(using TAB, TAB-TAB, and ESC-?). The names have to be quoted with a pair of +single quotes. Examples are 'func (int, long)' and 'obj::operator==(obj&)'. +Make use of command completion, it is your friend. + *** Changes in GDB-4.5: * New machines supported (host and target) |