Add --demangle and --no-demangle options:
[deliverable/binutils-gdb.git] / gprof / gprof.h
index 20eb108afeb72a1c06ed7b16f2cdf0d3d765e2a1..92e6c86e2733af5f899a71cfcffbafa70986fe46 100644 (file)
@@ -112,6 +112,7 @@ extern int debug_level;             /* debug level */
 extern int output_style;
 extern int output_width;       /* controls column width in index */
 extern bool bsd_style_output;  /* as opposed to FSF style output */
+extern bool demangle;          /* demangle symbol names? */
 extern bool discard_underscores;       /* discard leading underscores? */
 extern bool ignore_direct_calls;       /* don't count direct calls */
 extern bool ignore_static_funcs;       /* suppress static functions */
This page took 0.024737 seconds and 4 git commands to generate.