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: [TUI] correctly display windows source files


> Date: Mon, 09 Oct 2006 17:21:41 +0200
> From: Denis PILAT <denis.pilat@st.com>
> 
> The TUI displays windows source files with and extra blank line between 
> each source line.
> Line number are wrong and changes when source is moved up and down.
> 
> This patch fixes this problem and should take the case of MAC OS 
> end-of-line into account.

This is okay with me, but please be sure to test the code near the end
of the file, because, according to my references, an attempt to ungetc
EOF is ignored.  What happens with a file that ends in a sole `\r'?


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