This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]