From 891df0eae7494721e35789299303d78ed6a8ae2b Mon Sep 17 00:00:00 2001 From: Yao Qi Date: Thu, 29 Nov 2012 06:24:24 +0000 Subject: [PATCH] gdb/doc/ 2012-11-29 Yao Qi PR gdb/1477. * gdb.texinfo (Print Settings): Correct the default 'demangle-style' to 'auto' instead of 'gnu'. --- gdb/doc/ChangeLog | 6 ++++++ gdb/doc/gdb.texinfo | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/doc/ChangeLog b/gdb/doc/ChangeLog index b59476462d9..3446f933f82 100644 --- a/gdb/doc/ChangeLog +++ b/gdb/doc/ChangeLog @@ -1,3 +1,9 @@ +2012-11-29 Yao Qi + + PR gdb/1477. + * gdb.texinfo (Print Settings): Correct the default 'demangle-style' + to 'auto' instead of 'gnu'. + 2012-11-26 Tom Tromey * gdb.texinfo (MiniDebugInfo): New node. diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index afe3845fe15..6f80031d063 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. -- 2.30.2