From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24657 invoked by alias); 29 Jun 2016 15:00:21 -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 24600 invoked by uid 89); 29 Jun 2016 15:00:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-ob0-f177.google.com Received: from mail-ob0-f177.google.com (HELO mail-ob0-f177.google.com) (209.85.214.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 29 Jun 2016 15:00:06 +0000 Received: by mail-ob0-f177.google.com with SMTP id ru5so29051006obc.1 for ; Wed, 29 Jun 2016 08:00:06 -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-transfer-encoding; bh=HDMg3uYvbh6ORCqY8N1vt/JYZ1jeR2cn+jHV15Bg6u8=; b=eSDiHA2jevy8gHmUh0vjFIjTT1bSUtzuxnyQHuHiDqpzMzkm3vz9wORZ/vxo56srwl bIaWYNcSqGIR6MTKnN9M1Yr09qzk/pIvSi7NPjO8ksV9jxSaUrmxpQWkVlhpkSEJ/9Dp WnEuKRLE1YlEa8cxE5ud/Imu74CVRym47a2nwg6FxcUoEblXD8SxoE86hzsgtPteRdpF Y3KI0cBtisoMRQ7zpFt0bh+e1Xtxo3RsOjZ5bQNGvNI+uU2QXnSPG7CHPptlh/4XTYSK oPgoafkUu5tGQUsceK1f2qjtFiO6u628DGFxu9cDDUuZHGfn77WHgoLdtBM81U3UQLHT H1bA== X-Gm-Message-State: ALyK8tKDx+Oz+v4h4khwZLLAki5PMJFy4vElX6asWjeqK8wt6U1KpbFQq8jameLl2hPyfFMFzrnHIf4bXPIeiA== X-Received: by 10.157.5.194 with SMTP id 60mr5629226otd.161.1467212404091; Wed, 29 Jun 2016 08:00:04 -0700 (PDT) MIME-Version: 1.0 Received: by 10.202.182.130 with HTTP; Wed, 29 Jun 2016 08:00:03 -0700 (PDT) In-Reply-To: <1465233765-15675-1-git-send-email-tom@tromey.com> References: <1465233765-15675-1-git-send-email-tom@tromey.com> From: Yao Qi Date: Wed, 29 Jun 2016 15:00:00 -0000 Message-ID: Subject: Re: [RFA] Fix PR python/20129 - use of non-existing variable To: Tom Tromey Cc: "gdb-patches@sourceware.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00517.txt.bz2 On Mon, Jun 6, 2016 at 6:22 PM, Tom Tromey wrote: > PR python/20129 concerns the error message one gets from a command > like "disable frame-filter global NoSuchFilter". Currently this > throws a second, unexpected, exception due to the use of a > non-existing variable named "name". > > This patch adds regression tests and fixes a couple of spots to use > the correct variable name. > Patch is good to me. --=20 Yao (=E9=BD=90=E5=B0=A7)