From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13733 invoked by alias); 18 Sep 2009 16:27:14 -0000 Received: (qmail 13722 invoked by uid 22791); 18 Sep 2009 16:27:12 -0000 X-SWARE-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-ew0-f216.google.com (HELO mail-ew0-f216.google.com) (209.85.219.216) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Sep 2009 16:27:05 +0000 Received: by ewy12 with SMTP id 12so1182470ewy.0 for ; Fri, 18 Sep 2009 09:27:03 -0700 (PDT) Received: by 10.211.173.16 with SMTP id a16mr2297754ebp.66.1253291222957; Fri, 18 Sep 2009 09:27:02 -0700 (PDT) Received: from ?192.168.0.11? (dra38-7-88-179-85-53.fbx.proxad.net [88.179.85.53]) by mx.google.com with ESMTPS id 24sm164213eyx.23.2009.09.18.09.27.01 (version=SSLv3 cipher=RC4-MD5); Fri, 18 Sep 2009 09:27:02 -0700 (PDT) Subject: Re: GDB cannot find line info From: =?ISO-8859-1?Q?Fr=E9d=E9ric?= RISS To: Christophe LYON Cc: gdb@sourceware.org In-Reply-To: <4AB3B14A.6000405@st.com> References: <4AB3B14A.6000405@st.com> Content-Type: text/plain Date: Fri, 18 Sep 2009 16:27:00 -0000 Message-Id: <1253291125.5021.156.camel@funkybook> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2009-09/txt/msg00228.txt.bz2 Hi Christophe, On ven., 2009-09-18 at 18:11 +0200, Christophe LYON wrote: > But now, I have many regressions in the GDB testsuite (6.8), the > first > one being in break.exp: now the command "break break.c:103" returns > 'No > line 103 in file "break.c"' I thought that got reported internally at ST. I'm quite sure that the issue is Open64 not setting the is_stmt flag, and newer GDBs discarding any line info not marked as such: http://sourceware.org/ml/gdb-patches/2009-06/msg00633.html Fred