From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32394 invoked by alias); 22 Sep 2007 23:08:14 -0000 Received: (qmail 32385 invoked by uid 22791); 22 Sep 2007 23:08:14 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Sat, 22 Sep 2007 23:08:10 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 858BE982AD; Sat, 22 Sep 2007 23:08:08 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 23E1F9812E; Sat, 22 Sep 2007 23:08:07 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.67) (envelope-from ) id 1IZE50-0007w3-Sw; Sat, 22 Sep 2007 19:08:06 -0400 Date: Sat, 22 Sep 2007 23:08:00 -0000 From: Daniel Jacobowitz To: Joel Brobecker Cc: Pedro Alves , Pierre Muller , gdb-patches@sourceware.org Subject: Re: [RFC] Stabs parsing regression from GDB 6.6 to GDB 6.6.90 Message-ID: <20070922230806.GA30487@caradoc.them.org> Mail-Followup-To: Joel Brobecker , Pedro Alves , Pierre Muller , gdb-patches@sourceware.org References: <000e01c7fb9b$22e600f0$68b202d0$@u-strasbg.fr> <000601c7fc25$98110430$c8330c90$@u-strasbg.fr> <46F486B4.6050900@portugalmail.pt> <46F56F04.6070601@portugalmail.pt> <20070922225808.GD3963@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20070922225808.GD3963@adacore.com> User-Agent: Mutt/1.5.15 (2007-04-09) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2007-09/txt/msg00317.txt.bz2 On Sat, Sep 22, 2007 at 03:58:08PM -0700, Joel Brobecker wrote: > > Don't know how to convert this to a testcase. > > 'maint print type short int' doesn't show these ranges, > > are they stored anywhere? > > Can we perhaps handle stabs testcases the same way as we do for > dwarf testcases? We provide an assembly file. The assembly file > isn't going to work on all platforms, but we'll cover enough > to make the testcase useful. There is already a gdb.stabs directory. The question is how to verify that GDB did the right thing... Can we trigger this code path on the bounds for an array? -- Daniel Jacobowitz CodeSourcery