From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30389 invoked by alias); 7 Aug 2013 17:12:38 -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 30363 invoked by uid 89); 7 Aug 2013 17:12:38 -0000 X-Spam-SWARE-Status: No, score=-3.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=no version=3.3.1 Received: from Unknown (HELO mail-pd0-f179.google.com) (209.85.192.179) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 07 Aug 2013 17:12:36 +0000 Received: by mail-pd0-f179.google.com with SMTP id v10so1615633pde.24 for ; Wed, 07 Aug 2013 10:12:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=EW7o0CdkUd/tYlZ5U8ayIyge6iDvXSm5S9/i+r2A1vE=; b=Mqs8z50/niknhgeCb/gZ6PZvhrWM735pLPQIOpDJ5rSKB5iMkISn1iEl45yzEKG7ou qklmfqyjwDxjBg6yICuxkoZNIovUB7mMbMDYVD5zT88z+NbhV2D6eSCUrJv3D+TcR3zD PZOUKvD3c3dPifPVBKeXMGJFnvj5+jN89u+C2W/IeJpQFVx+Io0BrXEAqZ13RV+r13e+ o2jHU4Bv+1G31j55TWWuQAoaQ10LqrkiP/lxLSOA5KlIWmZvXbCkuMg2zbSh6OhFV2IL P45opLoJbfeaSdLFwFfaaXvtVEKukvG3vuZaMulogKmlIDGgTUZaNYjwVCqkI1rrridz w1+g== X-Gm-Message-State: ALoCoQlpNfjNspIfkGx3QdY8n+XL8aylrCRlBc3VrSRXx1yzZEIDDUhvCH02ag97QKBaRDaeJKVY1Gg84Yvsgo3slxMviyKz6KDGEzHgCISUhhPAhSzJNvn3pcKJIk/HJIvdDnmC+5DzT4Oy8MV9gXjrN/wp9UkD7YqpwlcyiLRbUnhI7tVgjYj4RuSg56x9ia58fmyiiUvoZPys/Xw7USyjubbtiX0C4A== MIME-Version: 1.0 X-Received: by 10.68.137.1 with SMTP id qe1mr1805861pbb.25.1375895549524; Wed, 07 Aug 2013 10:12:29 -0700 (PDT) Received: by 10.69.14.98 with HTTP; Wed, 7 Aug 2013 10:12:29 -0700 (PDT) In-Reply-To: References: <20130807151501.GA2837@host2.jankratochvil.net> Date: Wed, 07 Aug 2013 17:12:00 -0000 Message-ID: Subject: Re: [RFA] py-value.exp: Use different names for C/C++ .o files. From: Cary Coutant To: Jan Kratochvil Cc: Doug Evans , gdb-patches Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-08/txt/msg00206.txt.bz2 > At the moment, the dwp utility generates the new v2 dwp file format, > which isn't yet supported by GDB. I shouldn't have committed that > change until GDB was prepared to support it, so I'll revert that patch > shortly, and you'll be able to build a dwp that supports the v1 format > that GDB does currently support. The top-of-trunk readelf can dump > both v1 and v2 formats. OK, I've committed a patch to revert the v2 support in dwp. I'll restore it when GDB support is there. -cary