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] print '--with{,out}-babeltrace' in 'gdb --configuration'


On Mon, Jun 24, 2013 at 12:22 PM, Eli Zaretskii <eliz@gnu.org> wrote:
>> Date: Mon, 24 Jun 2013 12:03:40 -0700
>> From: Doug Evans <dje@google.com>
>> Cc: Yao Qi <yao@codesourcery.com>, gdb-patches <gdb-patches@sourceware.org>
>>
>> Ok, How about:
>>
>> +    /* We assume "relocatable" will be printed at least once, thus we always
>> +       print this text.  It's a reasonably safe assumption for now.  */
>> +    fprintf_filtered (stream, _("\n\
>> + (\"Relocatable\" means the directory can be moved with the GDB installation"
>> "tree and GDB will still find it.)\n\"
>> +"));
>>
>> [N.B. I didn't verify 80-column-ness, leaving that to you if you like
>> the wording.]
>
> This clearly exceeds 80 columns.  We can split it into 2 lines, if
> people like this wording enough to sacrifice another line.

Heh, that's what I intended.  s,installation,installation\n\,
Sorry for the confusion.


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