From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28971 invoked by alias); 15 Nov 2004 04:41:55 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 28936 invoked from network); 15 Nov 2004 04:41:48 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 15 Nov 2004 04:41:48 -0000 Received: from zaretski ([80.230.158.116]) by legolas.inter.net.il (MOS 3.5.5-GR) with ESMTP id DCL81202 (AUTH halo1); Mon, 15 Nov 2004 06:40:27 +0200 (IST) Date: Mon, 15 Nov 2004 04:45:00 -0000 From: "Eli Zaretskii" To: Felix Lee Message-ID: <01c4cacd$Blat.v2.2.2$13866de0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: tromey@redhat.com, drow@false.org, otto.wyss@orpatec.ch, gdb@sources.redhat.com In-reply-to: <20041114223918.EBEDA4DCFA0@stray.canids> (message from Felix Lee on Sun, 14 Nov 2004 14:39:18 -0800) Subject: Re: GDB doesn't show the correct line Reply-to: Eli Zaretskii References: <40D5E480.4A68163@orpatec.ch> <20040620202929.GA17216@nevyn.them.org> <40D7212F.E68A9D61@orpatec.ch> <20040621175928.GA13407@nevyn.them.org> <40D725AF.FC2AAF3A@orpatec.ch> <20041113201803.GA21320@nevyn.them.org> <01c4c9c9$Blat.v2.2.2$913fbf20@zahav.net.il> <20041113214612.GA30909@nevyn.them.org> <01c4ca89$Blat.v2.2.2$e9842b60@zahav.net.il> <20041114223918.EBEDA4DCFA0@stray.canids> X-SW-Source: 2004-11/txt/msg00142.txt.bz2 > From: Felix Lee > 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.