From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15763 invoked by alias); 18 Sep 2009 16:33:33 -0000 Received: (qmail 15750 invoked by uid 22791); 18 Sep 2009 16:33:31 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=BAYES_00,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-fx0-f225.google.com (HELO mail-fx0-f225.google.com) (209.85.220.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 18 Sep 2009 16:33:27 +0000 Received: by fxm25 with SMTP id 25so861687fxm.24 for ; Fri, 18 Sep 2009 09:33:25 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.144.82 with SMTP id y18mr449636fau.74.1253291605081; Fri, 18 Sep 2009 09:33:25 -0700 (PDT) In-Reply-To: <1253291125.5021.156.camel@funkybook> References: <4AB3B14A.6000405@st.com> <1253291125.5021.156.camel@funkybook> From: Frederic Riss Date: Fri, 18 Sep 2009 16:33:00 -0000 Message-ID: <87d3b2040909180933u35f24fe8qe2bb8f042ba50dba@mail.gmail.com> Subject: Re: GDB cannot find line info To: Christophe LYON Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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/msg00229.txt.bz2 2009/9/18 Fr=E9d=E9ric RISS : > 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 Oops. Seems I've answered too fast as you point out you're using 6.8 and that behavior is more recent... The issue must be different. Fred