Add --demangle and --no-demangle options:
[deliverable/binutils-gdb.git] / gprof / gprof.texi
index 4c22c9aa8fddfacecf4e764986aa77fcb9dcc7a5..6a61fc09b49965bdc6f5819c3b06ee77f927376e 100644 (file)
@@ -477,6 +477,12 @@ are annotated.  If this option is specified, every line in
 a basic-block is annotated by repeating the annotation for the
 first line.  This behavior is similar to @code{tcov}'s @samp{-a}.
 
+@item --demangle
+@itemx --no-demangle
+These options control whether C++ symbol names should be demangled when
+printing output.  The default is to demangle symbols.  The
+@code{--no-demangle} option may be used to turn off demangling.
+
 @end table
 
 @node Analysis Options,Miscellaneous Options,Output Options,Invoking
This page took 0.02313 seconds and 4 git commands to generate.