From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 38109 invoked by alias); 22 Mar 2017 11:26:07 -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 38044 invoked by uid 89); 22 Mar 2017 11:26:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy= X-HELO: mail-qt0-f169.google.com Received: from mail-qt0-f169.google.com (HELO mail-qt0-f169.google.com) (209.85.216.169) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Mar 2017 11:26:02 +0000 Received: by mail-qt0-f169.google.com with SMTP id x35so150591702qtc.2 for ; Wed, 22 Mar 2017 04:26:02 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-transfer-encoding; bh=ENZwa3CTP6T/MZoAUp6MlXl/Ve/S8eaFlzBP8CGp9/Q=; b=DBoTEsS6O5FE0uvY99Yl+ZqjhWWgqrBYbm6unJjDzIufzDebjDXFar7hGZclnRL+jx S7cW6w8ve2Qb14dsCqygWilRKpQsl+RuTs9fpXMTxPo4qhfgqfMVxFOHmGILxFdZp7Za OayHPLFP31XGajh74AC+xlEaCzzDyBj391IVQYXnQOBskuJ3xKPwNC5z3NawjrJfFnVW +5ZFtdV+O+UE0E7A3RjddQASji4ER/99ViqQrtZ6WPCwFx4cVWve8s+lQFXEEpAPGSEH uEyF+8Ri6xK3iy0Xqyn6/OKcqsVDk9e2CkDbLbqrVsfC05dibx/hz9mofnckzrzA7HxV 2dMA== X-Gm-Message-State: AFeK/H2354CnxcFAkeUIZKeuw/4tnJT1kLRNCkHiix7VW5rPrI2qrwnZFAjWBEgcktqa0T3e2g7PRBV239tuRQ== X-Received: by 10.200.48.118 with SMTP id g51mr39174191qte.19.1490181961276; Wed, 22 Mar 2017 04:26:01 -0700 (PDT) MIME-Version: 1.0 Received: by 10.12.140.130 with HTTP; Wed, 22 Mar 2017 04:26:00 -0700 (PDT) In-Reply-To: References: <20161120204526.7203-1-jonah@kichwacoders.com> <9c9ac6f4-1f6c-3ebe-b23d-3611f4f52192@codesourcery.com> <3d3a1226-dbb2-04ef-c922-3462e6f318b3@codesourcery.com> From: Yao Qi Date: Wed, 22 Mar 2017 11:26:00 -0000 Message-ID: Subject: Re: [PATCH] bound_registers.py: Add support for Python 3 To: Jonah Graham Cc: Pedro Alves , "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2017-03/txt/msg00390.txt.bz2 On Wed, Mar 22, 2017 at 9:37 AM, Jonah Graham wrot= e: > Hi, > > It looks like the wrong version of my patch was merged. Sorry if I > didn't understand the proper process for providing an updated version > of the patch. > > The initial version was missing the import sys, this is the correct > one: https://sourceware.org/ml/gdb-patches/2016-11/msg00900.html I pushed the missing bit in. --=20 Yao (=E9=BD=90=E5=B0=A7)