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] disassemble support start,+length format


>>>>> ">" == Cheng Renquan <crquan@gmail.com> writes:

>>      {
>>        /* Two arguments.  */
>> +      int incl_flag = 0;
>>        low = pc;
>> +      if (arg[0] == '+')
>> +      {

This still looks wrong.  The brace should be 2 spaces in from the 'if'.

Also this doesn't skip whitespace before the '+'.

Tom


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