From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11988 invoked by alias); 13 Mar 2013 18:02:37 -0000 Received: (qmail 11919 invoked by uid 22791); 13 Mar 2013 18:02:35 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_HOSTKARMA_NO X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 13 Mar 2013 18:02:26 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id C03D32E201; Wed, 13 Mar 2013 14:02:22 -0400 (EDT) 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 55cm89patYFK; Wed, 13 Mar 2013 14:02:22 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 89A6D2E1C3; Wed, 13 Mar 2013 14:02:22 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id C790AC0E4A; Wed, 13 Mar 2013 14:02:20 -0400 (EDT) Date: Wed, 13 Mar 2013 18:02:00 -0000 From: Joel Brobecker To: Eli Zaretskii Cc: gdb-patches@sourceware.org Subject: Re: GDB 7.5.91 available for testing Message-ID: <20130313180220.GK3264@adacore.com> References: <20130312231727.GF31629@adacore.com> <8338vzjije.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <8338vzjije.fsf@gnu.org> User-Agent: Mutt/1.5.21 (2010-09-15) 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: 2013-03/txt/msg00588.txt.bz2 > I built this natively on Windows with 32-bit MinGW tools, and bumped > into a few issues. Thanks! Would you mind submitting each patch individually, so we can track them? If there are any that you feel you can self-approve, please also go ahead. > 4. After I overcame all these issues, debugging GDB with itself > reveals more: [...] > Looks like it reads Python init files from the installed (previous) > GDB version, and barfs. How to tell it to use its own Python > files? It would be a nuisance not to be able to run GDB without > installing it first. > > Also, are the DWARF-related warnings serious or expected? (I'm > using GCC 4.7.2, the latest one available from MinGW.) We already discussed this, and many different ideas were suggested, but none that was satisfactory. You need to do what the testsuite does, which is change a setting, I just don't remember which. So far, none of the issues that you listed appear blocking. Am I right? -- Joel