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: Allow -data-disassemble to run with only -s option


Sorry, I made some mistakes.  See below.

Sergio Durigan Junior <sergiodj@redhat.com> writes:

> John Lindal <support_0384@newplanetsoftware.com> writes:
>> 2011-08-06 John Lindal <gdb@newplanetsoftware.com>
>>
>> 	* mi-cmd-disas.c: Accept only -s option.  Automatically set end to end
>> 	of function, or complain that start address is not part of any function.
>
> I think those lines are too long.  We try to limit the lines on 80
> characteres (some people set a hard limit at 72, IIRC).

Actually the length is OK here.

>> +   if (!line_seen && !file_seen && !num_seen && start_seen && !end_seen)
>
> Same issue here.

And here too.

Sorry about the confusion.


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