From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 98126 invoked by alias); 12 Sep 2015 21:41:45 -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 98110 invoked by uid 89); 12 Sep 2015 21:41:43 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: mail-wi0-f170.google.com Received: from mail-wi0-f170.google.com (HELO mail-wi0-f170.google.com) (209.85.212.170) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 12 Sep 2015 21:41:41 +0000 Received: by wicfx3 with SMTP id fx3so92133459wic.0 for ; Sat, 12 Sep 2015 14:41:38 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=fs/sziDpuZjQpIHdOyg1LsCOkb+28Llw7Q2ouwcx+po=; b=kqsWRmmffauJq65HU3U4z0qP0ScRZRJUkzzuSW4iFs+KYKoDo/KLYAcbRfxemzRTLQ r3Z9tYVd9P6Sl10KC8pPe8hyokdVt791LuHxDwPnWg9tJwRs+Q9a9q9m257Gw9/SEwLN dFyNrmqCrL3kwUa53e8NdohO0akc/pNLGi795qouaHb3fFB3wyC9JzFcAnjNVNb2a2U0 XfpFgTUMOQZaCbgU6CAS7BHo97yuSN8vbbSMuacLfFlw4sWB1UtEzUria46/R7GtDUqv AfAyJd5OGyGoAAmm/IVzNAgiDNg0K3YkcXcHcbtP7SaHx+cwv6zj8PBs7uHYI4smy4Wj movw== X-Gm-Message-State: ALoCoQn/NSEdPNQHpRW+4EwXBg1LE2CQA2lvxMce4DQYotRLXltCjIk/V3/6vgp5s64qVDaO8ut5 X-Received: by 10.180.221.193 with SMTP id qg1mr9819747wic.87.1442094098731; Sat, 12 Sep 2015 14:41:38 -0700 (PDT) MIME-Version: 1.0 Received: by 10.28.157.6 with HTTP; Sat, 12 Sep 2015 14:41:09 -0700 (PDT) In-Reply-To: References: <55F19100.30600@redhat.com> <201509101433.t8AEX5Cw008716@glazunov.sibelius.xs4all.nl> From: Paul Pluzhnikov Date: Sat, 12 Sep 2015 21:41:00 -0000 Message-ID: Subject: Re: [patch] Fix BZ15121 -- x/a broken for addresses in shared libraries To: "Maciej W. Rozycki" Cc: Mark Kettenis , Pedro Alves , gdb-patches ml Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00266.txt.bz2 On Thu, Sep 10, 2015 at 8:02 AM, Maciej W. Rozycki wrote: > Indeed. Use `bfd_get_sign_extend_vma' to determine. For the life of me, I can't figure out how I can get the bfd in the context of do_examine(). Clues? Thanks, -- Paul Pluzhnikov