From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26029 invoked by alias); 7 Aug 2013 16:49:31 -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 26000 invoked by uid 89); 7 Aug 2013 16:49:30 -0000 X-Spam-SWARE-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RDNS_NONE,SPF_PASS autolearn=ham version=3.3.1 Received: from Unknown (HELO mail-pb0-f47.google.com) (209.85.160.47) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Wed, 07 Aug 2013 16:49:29 +0000 Received: by mail-pb0-f47.google.com with SMTP id rr4so1131100pbb.34 for ; Wed, 07 Aug 2013 09:49:22 -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=ypB37v+WNRAQmIgPKNkDrmRv9FArKp2yog6ZxHQPf5U=; b=dku6nRPix6/HlqFwST7g9LmewuK2v7pZssUDkWnHe/zfL/dWG/s1QENdlufVdWDwQt tX0RLag8ePohqxdh24uRsAuwcD90F6+3VP/3Nf6x6RA4+CAy0KUjMSK/jab45192HRKL KZoelRZ0TbG9g2D+XTsiIPzKXPNXykkGJvj8puLz2itH+5HHjJDEC3y7jsFnSMZRuzUR dlsFSmRjNHUw3nU8GsDeG0uPnKyIHpG6aGIUNhOEIisohoK2YfcZQlwt2Q6NZNfn39ac Ufi5KTJROqp0P3nuaTCiUlekmnU2vu46tZq83a3RhyqYZSWHoxlQKCkflIFbzkw8SpHB IcJA== X-Gm-Message-State: ALoCoQnJ3G12spzoQq6Dxd/4Vfa9q9iPoDVPuT7DTSH7kIslunVi4ahLlhZ70GZNkvs7Aw1D1AcvNuGL36NRzC49I4mJJzRTsiZ94Jj4loHyqmfbCAa9OzYW8kl/wG3MeOuF2yNVAX7uvjFa+vs3NSLnLk4VZYacVioDIn6ARpfz7alZ5bLGmgcJjWIugeeJR5Yot8h0v1eercZM7KefmCZpm0WKcfItvw== MIME-Version: 1.0 X-Received: by 10.66.176.143 with SMTP id ci15mr1487594pac.146.1375894162225; Wed, 07 Aug 2013 09:49:22 -0700 (PDT) Received: by 10.69.14.98 with HTTP; Wed, 7 Aug 2013 09:49:22 -0700 (PDT) In-Reply-To: <20130807151501.GA2837@host2.jankratochvil.net> References: <20130807151501.GA2837@host2.jankratochvil.net> Date: Wed, 07 Aug 2013 16:49: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/msg00205.txt.bz2 > I wanted to look at the Fission behavior but I cannot Google out where to find > /usr/bin/dwp . Could you reference in contrib/cc-with-tweaks.sh and/or DWP > Wiki where to get the dwp tool? It's built alongside the gold linker. I've added info about where to find it and how to invoke it to the DebugFissionDWP wiki page. (Sorry, I should have done that sooner.) 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. -cary