diff options
author | Yao Qi <yao@codesourcery.com> | 2012-11-29 06:24:24 +0000 |
---|---|---|
committer | Yao Qi <yao@codesourcery.com> | 2012-11-29 06:24:24 +0000 |
commit | 891df0eae7494721e35789299303d78ed6a8ae2b (patch) | |
tree | 508de1eb3ee7d22183207c28391a0d8d9bc8e489 /gdb/doc | |
parent | 5982457a1aa27b5ce85a63ef409bf658204afa8b (diff) | |
download | gdb-891df0eae7494721e35789299303d78ed6a8ae2b.zip gdb-891df0eae7494721e35789299303d78ed6a8ae2b.tar.gz gdb-891df0eae7494721e35789299303d78ed6a8ae2b.tar.bz2 |
gdb/doc/
2012-11-29 Yao Qi <yao@codesourcery.com>
PR gdb/1477.
* gdb.texinfo (Print Settings): Correct the default 'demangle-style'
to 'auto' instead of 'gnu'.
Diffstat (limited to 'gdb/doc')
-rw-r--r-- | gdb/doc/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/doc/gdb.texinfo | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b594764..3446f93 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2012-11-29 Yao Qi <yao@codesourcery.com> + + PR gdb/1477. + * gdb.texinfo (Print Settings): Correct the default 'demangle-style' + to 'auto' instead of 'gnu'. + 2012-11-26 Tom Tromey <tromey@redhat.com> * gdb.texinfo (MiniDebugInfo): New node. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index afe3845..6f80031 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -8884,10 +8884,10 @@ represent C@t{++} names. The choices for @var{style} are currently: @table @code @item auto Allow @value{GDBN} to choose a decoding style by inspecting your program. +This is the default. @item gnu Decode based on the @sc{gnu} C@t{++} compiler (@code{g++}) encoding algorithm. -This is the default. @item hp Decode based on the HP ANSI C@t{++} (@code{aCC}) encoding algorithm. |