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: [RFC] mi: print frame architecture when printing frames on an MI channel


On 08/20/2018 11:24 AM, Jan Vrany wrote:
> Hi,
>>
>>>    uiout->text ("\n");
>>>  }
>>> -
>>> +
>>
>> Spurious change here.
>>
> 
> Actually, it is not spurious. The original source
> contains character <0x0C>. It seems (seemed) to me 
> that it's some sort of edit error so I removed it
> while editing code around. 

See here, look for "formfeed":

 https://www.gnu.org/prep/standards/html_node/Formatting.html

Several editors (like emacs) are able to jump between "pages"
with keyboard shortcuts.

> 
> If you prefer to keep it there or fix this in another
> commit, let me know. 

Let's just keep it there.

Thanks,
Pedro Alves


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