From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22451 invoked by alias); 12 Feb 2020 18:19:10 -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 22440 invoked by uid 89); 12 Feb 2020 18:19:09 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.0 required=5.0 tests=AWL,BAYES_00,ENV_AND_HDR_SPF_MATCH,RCVD_IN_DNSWL_NONE,SPF_PASS,USER_IN_DEF_SPF_WL autolearn=ham version=3.3.1 spammy=H*RU:209.85.210.67, HX-Spam-Relays-External:209.85.210.67 X-HELO: mail-ot1-f67.google.com Received: from mail-ot1-f67.google.com (HELO mail-ot1-f67.google.com) (209.85.210.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 12 Feb 2020 18:19:08 +0000 Received: by mail-ot1-f67.google.com with SMTP id 66so2865718otd.9 for ; Wed, 12 Feb 2020 10:19:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=lvVEhzek/18qYWhAhMafyYEDbkgLfRQXN7tUjRRG+y8=; b=EIGk1jyWwi6bf+tEfn7Rja9BE6cezun/N/mYYb79DfZ8EQCmuCfruKJw3rt7NSqAV/ UIc5j12DTxEw1epSvQ07RXWXTYYo+gishQG08t/U0DWNBcWt8X4WOB7f4q0xLKbGQ8BR io+DWjDhZ4VTIDI8JJUArZN99jevNd0RIiUzOxsKEf63bADL4G042mVP/3If1TuiloiB gdP2QyqJIlGwUj2XhE/sCJV5690ytWYWhA5fljx9Kn3c1kCfaOZfUVTHS1u/JB+xvlvK qkbUwdMRbmdtv0hRBFdFnIVDRgGLybfSr3PR5Sl4iW9ZkS82tZJc3xQ2rvBrsyP/ZzP4 3A9g== MIME-Version: 1.0 References: <691075103.286431.1581179823782.ref@mail.yahoo.com> <691075103.286431.1581179823782@mail.yahoo.com> <568325237.2257415.1581420878458@mail.yahoo.com> <2060919114.3614103.1581530742928@mail.yahoo.com> In-Reply-To: <2060919114.3614103.1581530742928@mail.yahoo.com> From: "Christian Biesinger via gdb-patches" Reply-To: Christian Biesinger Date: Wed, 12 Feb 2020 18:19:00 -0000 Message-ID: Subject: Re: [PING] [PATCH] Rebase executable to match relocated base address To: Hannes Domani Cc: Gdb-patches Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-02/txt/msg00460.txt.bz2 On Wed, Feb 12, 2020 at 12:05 PM Hannes Domani via gdb-patches wrote: > I only have one problem with this approach, it doesn't work with my > corefile support for Windows minidumps if TIB or PEB were not included in > the minidump file. > > Before, I created a fake .auxv section, just like I did in gdb. Sorry for the tangent, but I was also working on supporting minidumps in GDB -- could you share your code? Thanks! Christian