From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3066 invoked by alias); 10 Jan 2014 04:25:36 -0000 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 Received: (qmail 3053 invoked by uid 89); 10 Jan 2014 04:25:35 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.3 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=3.3.2 X-HELO: rock.gnat.com Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 10 Jan 2014 04:25:34 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C9AEC1164C5; Thu, 9 Jan 2014 23:25:32 -0500 (EST) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id kEUIGLdLzQQa; Thu, 9 Jan 2014 23:25:32 -0500 (EST) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5DBD011646A; Thu, 9 Jan 2014 23:25:32 -0500 (EST) Received: by joel.gnat.com (Postfix, from userid 1000) id 4011CE0401; Fri, 10 Jan 2014 08:25:28 +0400 (RET) Date: Fri, 10 Jan 2014 04:25:00 -0000 From: Joel Brobecker To: Tom Tromey Cc: Reini Urban , gdb-patches@sourceware.org Subject: Re: GDB 7.6.90 available for testing Message-ID: <20140110042528.GC4762@adacore.com> References: <20140108101428.C2280E003F@joel.gnat.com> <52CD9682.2060805@cpanel.net> <871u0haxu1.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <871u0haxu1.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-SW-Source: 2014-01/txt/msg00272.txt.bz2 > Joel, I did notice this -- not a regression, but a new test that fails: > > gdb.ada/mi_interface.exp: Create ggg1 varobj: FAIL > gdb.ada/mi_interface.exp: list ggg1's children: FAIL > > > >From gdb.log: > > -var-create ggg1 * ggg1 > ^error,msg="-var-create: unable to create variable object" > (gdb) > > I didn't dig any deeper though. My guess is that it's related to the compiler producing some invalid debugging info. I will try to reproduce on my VM as soon as I have a chance. -- Joel