From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76237 invoked by alias); 23 Sep 2019 14:56:02 -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 76227 invoked by uid 89); 23 Sep 2019 14:56:02 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-12.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=mailed, H*RU:209.85.128.65, HX-Spam-Relays-External:209.85.128.65, remain X-HELO: mail-wm1-f65.google.com Received: from mail-wm1-f65.google.com (HELO mail-wm1-f65.google.com) (209.85.128.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 23 Sep 2019 14:56:00 +0000 Received: by mail-wm1-f65.google.com with SMTP id x2so10336632wmj.2 for ; Mon, 23 Sep 2019 07:56:00 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=KPfj9DP4s8H/nFlcXePEGImfKIe4A5893fiVGZuWtzM=; b=DHhiB9mB8ScoXc4lrkOup79pegrewaJNY1h7s9u1LZJmYi/2ihAwBgcr50qPTs2tvv YyKn3mC5s1am6YZbLfFRVJvT5M3PUGfvxtz5exLFsc2jnd/3xgPy0ByJ/JXxcw6Dn2P3 nYNWa56Pk9fYmJBG98zfi9Bho2Q0PgjeSDeuRqdoynLXEekBRsQWT3LTLiD0hjjDNp9J rMwD8qLMzOevo9emFOkSqasjMZv90bblhoOO18Va1gpGdvPp38mmE4/NT+69ne2g+Y5v m6WoU0muUKNzqJSDvCHsKSXXsmhuB8uJX4YM1+sGsSgMcxDis0s7gyxccnHrJqgSauPV /sUg== Return-Path: Received: from localhost (host86-128-12-122.range86-128.btcentralplus.com. [86.128.12.122]) by smtp.gmail.com with ESMTPSA id b144sm17091909wmb.3.2019.09.23.07.55.56 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 23 Sep 2019 07:55:57 -0700 (PDT) Date: Mon, 23 Sep 2019 14:56:00 -0000 From: Andrew Burgess To: Tom Tromey Cc: gdb-patches@sourceware.org Subject: Re: [PATCH v2 0/8] Handle copy relocations and add $_ada_exception Message-ID: <20190923145556.GJ4962@embecosm.com> References: <20190920192017.15293-1-tromey@adacore.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190920192017.15293-1-tromey@adacore.com> X-Fortune: You have a message from the operator. X-Editor: GNU Emacs [ http://www.gnu.org/software/emacs ] User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2019-09/txt/msg00447.txt.bz2 * Tom Tromey [2019-09-20 13:20:09 -0600]: > This is v2 of the patch series to add copy relocation support to gdb, > and to implement the $_ada_exception convenience variable. > > v1 was here: > > https://sourceware.org/ml/gdb-patches/2019-08/msg00014.html > > I believe this version addresses all the review comments. > > I've merged some patches (in particular Pedro and Andrew both sent > test case improvements, and I squashed these) and reordered the series > a bit in an attempt to remove some intermediate regressions. > (However, a couple still remain, and I didn't want to go all-out and > squash most of the series.) > > Let me know what you think. I took a look through and didn't see any problems other than the testsuite C++ issue I've mailed about separately. Thanks, Andrew