From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2335 invoked by alias); 7 Jun 2006 17:38:43 -0000 Received: (qmail 2246 invoked by uid 22791); 7 Jun 2006 17:38:32 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 07 Jun 2006 17:38:27 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k57HcOdo006165; Wed, 7 Jun 2006 13:38:24 -0400 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.12.11.20060308/8.12.11) with ESMTP id k57HcOF3014706; Wed, 7 Jun 2006 13:38:24 -0400 Received: from [127.0.0.1] (sebastian-int.corp.redhat.com [172.16.52.221]) by pobox.corp.redhat.com (8.12.8/8.12.8) with ESMTP id k57HcNkf027869; Wed, 7 Jun 2006 13:38:24 -0400 Message-ID: <44870F0E.6070208@redhat.com> Date: Wed, 07 Jun 2006 17:38:00 -0000 From: Keith Seitz User-Agent: Thunderbird 1.5.0.4 (X11/20060516) MIME-Version: 1.0 To: Dave Bryan CC: insight@sources.redhat.com Subject: Re: Insight EOL display References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2006-q2/txt/msg00047.txt.bz2 Dave Bryan wrote: > I'm using Insight under Windows and I'm seeing end of line square > markers in the source window. > Is there any way to get Insight to not display these markers ? Are you sure they are carriage returns? The function gdb_loadfile in gdbtk-cmds.c already strips the carriage return: /* Look for DOS style \r\n endings, and if found, * strip off the \r. We assume (for the sake of * speed) that ALL lines in the file have DOS endings, * or none do. */ Do you see these markers on EVERY line (in particular, the first)? Can you find out what the value of the char is that is causing problems? Keith