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 Wed, Feb 26, 2014 at 10:02 AM, Pedro Alves <palves@redhat.com> wrote:
> 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.

Blech.  Thanks.


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