[PATCH] stack: Add --quiet to not resolve addresses, add --raw to not demangle.

Jan Kratochvil jan.kratochvil at redhat.com
Fri Jan 3 16:51:09 UTC 2014


On Fri, 03 Jan 2014 00:09:04 +0100, Mark Wielaard wrote:
> --- a/src/stack.c
> +++ b/src/stack.c
> @@ -47,9 +47,7 @@ static bool show_build_id = false;
>  static bool show_source = false;
>  static bool show_one_tid = false;
>  static bool show_quiet = false;
> -#ifdef USE_DEMANGLE
>  static bool show_raw = false;
> -#endif

The variable is not needed there if !USE_DEMANGLE.

But sure it does not matter much.


Regards,
Jan


More information about the elfutils-devel mailing list