From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8103 invoked by alias); 21 Jun 2016 08:46:20 -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 8092 invoked by uid 89); 21 Jun 2016 08:46:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=2016-04, 201604 X-HELO: mail-pa0-f41.google.com Received: from mail-pa0-f41.google.com (HELO mail-pa0-f41.google.com) (209.85.220.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 21 Jun 2016 08:46:07 +0000 Received: by mail-pa0-f41.google.com with SMTP id bz2so4388731pad.1 for ; Tue, 21 Jun 2016 01:46:07 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:references:date:in-reply-to :message-id:user-agent:mime-version:content-transfer-encoding; bh=PXeo7vZf7nZOTO432Kl2BsW5ZAhn9dsW1M5FnXY24K8=; b=KL+tf7UMADyNYYoI5NIY5XINiNAn3gEZZNtvj5qJr2uygMxKITZkYzUvmUOlbqIeAg nTSTq0wbqsYrMFcSqC1uNxu/sksXEJh+7zL+3IR/ifSG8J+0wR/0cxKHbAsZ4czU8jUU 7HqdoHbyeYMQSnRZbSfTbNBKPiLwr77Z5w3gHOUX9lI1WyXXgz1MIMbVHB8jZNecdF6u dblyLe7XMJct9doEpBg8JL+YSG2krhVVaE6bL0EJhyRlAmmUiEpJDB3pmuMiMFClBsuD r491ren/Y1ttWguOU+lRK5DMXY6+CWwW2MLqTSUCcKRVnYF+CitGiC3VUbFvBYAAeN0C FGfw== X-Gm-Message-State: ALyK8tIriMv+RHM1qJYrJIu8W84cL06y5mqhlD3wi6mmnWg2GcfO7oYngngAr9/2W8j8PQ== X-Received: by 10.66.157.8 with SMTP id wi8mr26959239pab.21.1466498765231; Tue, 21 Jun 2016 01:46:05 -0700 (PDT) Received: from E107787-LIN (gcc113.osuosl.org. [140.211.9.71]) by smtp.gmail.com with ESMTPSA id v62sm64079908pfv.50.2016.06.21.01.46.03 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Tue, 21 Jun 2016 01:46:04 -0700 (PDT) From: Yao Qi To: Walfred Tedeschi Cc: palves@redhat.com, qiyaoltc@gmail.com, gdb-patches@sourceware.org Subject: Re: [PATCH V1] Fix of default lookup for "this" symbol. References: <1466432259-22916-1-git-send-email-walfred.tedeschi@intel.com> Date: Tue, 21 Jun 2016 08:46:00 -0000 In-Reply-To: <1466432259-22916-1-git-send-email-walfred.tedeschi@intel.com> (Walfred Tedeschi's message of "Mon, 20 Jun 2016 16:17:39 +0200") Message-ID: <86vb13q69s.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2016-06/txt/msg00352.txt.bz2 Walfred Tedeschi writes: Hi, Looks you post the same patch as you posted in March. https://sourceware.org/ml/gdb-patches/2016-03/msg00128.html and I reviewed it https://sourceware.org/ml/gdb-patches/2016-04/msg00068.html I don't see my comments are addressed in this version. --=20 Yao (=E9=BD=90=E5=B0=A7)