From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63953 invoked by alias); 2 Jan 2016 01:09:06 -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 63923 invoked by uid 89); 2 Jan 2016 01:09:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:735, honestly, HX-Envelope-From:sk:martin., H*i:sk:2016010 X-HELO: mail-lf0-f42.google.com Received: from mail-lf0-f42.google.com (HELO mail-lf0-f42.google.com) (209.85.215.42) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Sat, 02 Jan 2016 01:09:04 +0000 Received: by mail-lf0-f42.google.com with SMTP id y184so252144898lfc.1 for ; Fri, 01 Jan 2016 17:09:04 -0800 (PST) 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=Q/0+AqRBEDTpQKlYZFqicSYD70tOxkNBqf9nol8KI4w=; b=Euj4LBLFC+yU6/G99xC9VBBsrlIOwzh+0K1JbAsYGQqLYpGkMjbJXanD7MnqFUrMFe dCmcti3dvyZGg9mjfenc/4f/BEja5Za4NOr1SKb/U0B+NFTVagOTNVknTf6y9PGBe4m9 eiChNrD0vz8Ac1omDGXP8VGw6ja9ODiAJpqz2HaE5Qedybv0ISLGQM6BuuWvE4bpoIiC HFBFzgC9WTsHMouiqxKJreX0cqrB77OnZTl4paPcsNmcRZNrJ01UYsBwX4D+htkW7/zK UKNgfLgPdGp4jroLjWaEwPGRWiimZ/nfhtbdg8oufNpct4ClUReuT/IAWmPOI9NYSpAE Q21w== X-Gm-Message-State: ALoCoQn9OXJ8l0mmTXwHtBvA6PGHNyBugMbdo3/Ns1VwvaLpcu2gC/MyYARrC5c4y+5y8cnyxzBXLFSpaP6sFt03hsEyh1CriDeBdZ1XhvthIGvM2fTnac4= X-Received: by 10.25.42.18 with SMTP id q18mr8915929lfq.151.1451696941179; Fri, 01 Jan 2016 17:09:01 -0800 (PST) MIME-Version: 1.0 Received: by 10.112.55.9 with HTTP; Fri, 1 Jan 2016 17:08:21 -0800 (PST) In-Reply-To: <20160101113253.GF12416@adacore.com> References: <1426097817-30955-1-git-send-email-martin.galvan@tallertechnologies.com> <21760.54598.126480.383468@ruffy2.mtv.corp.google.com> <20160101113253.GF12416@adacore.com> From: Martin Galvan Date: Sat, 02 Jan 2016 01:09:00 -0000 Message-ID: Subject: Re: [PATCH v2] Python API: Fix an exception when registering a global pretty-printer in verbose mode To: Joel Brobecker Cc: Doug Evans , gdb-patches Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2016-01/txt/msg00009.txt.bz2 On Fri, Jan 1, 2016 at 8:32 AM, Joel Brobecker wrote: > Martin - I am going through my gdb-patches mailbox, and I am wondering > if anyone pushed that patch for you? If not, would you mind rebasing > your patch and sending it to us, please (with our sincerest apologies!)? > > -- > Joel Hi! Thanks a lot for writing. I honestly don't remember what happened to this patch :) however looking at the git master it seems that it's fixed already. In any case, I now have commit-after-approval access, so I'll test it next week and commit it myself if it's still breaking. Again, thanks a lot and happy new year!