This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB 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, doc RFA] New option: set print symbol-loading


On 02/24/2014 11:50 PM, Doug Evans wrote:
> +  if (print_symbol_loading_p (from_tty, 0, 0))
> +    {
> +      if (pattern != NULL)
> +	printf_unfiltered (_("Loading symbols for shared libraries.\n"));
> +      else
> +	printf_unfiltered (_("Loading symbols for shared libraries: %s\n"),
> +			   pattern);

then/else looks reversed here.

-- 
Pedro Alves


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