This is the mail archive of the gdb@sources.redhat.com 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: GDB doesn't show the correct line


> From: Felix Lee <felix.1@canids.net>
> Cc: tromey@redhat.com, drow@false.org, otto.wyss@orpatec.ch,
> 	gdb@sources.redhat.com
> Date: Sun, 14 Nov 2004 14:39:18 -0800
> 
> "\r\n" is one line, "\r" is one line, "\n" is one line.
> "\n\r" is two lines, "\r\r" is two lines, "\r\r\n" is two lines,
> "\r\n\r" is two lines, etc.
> http://java.sun.com/docs/books/jls/second_edition/html/lexical.doc.html#231571

Thanks.

This should be doable, I think.


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