From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81580 invoked by alias); 20 Jan 2016 09:42:49 -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 81562 invoked by uid 89); 20 Jan 2016 09:42:49 -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=H*RU:209.85.220.68, Hx-spam-relays-external:209.85.220.68 X-HELO: mail-pa0-f68.google.com Received: from mail-pa0-f68.google.com (HELO mail-pa0-f68.google.com) (209.85.220.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 20 Jan 2016 09:42:48 +0000 Received: by mail-pa0-f68.google.com with SMTP id a20so159376pag.3 for ; Wed, 20 Jan 2016 01:42:48 -0800 (PST) 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-type :content-transfer-encoding; bh=hdxC+tYA+v+DGir8WgDP5ADXQO6RaC1XksP7gDliboY=; b=HBHIxw3GcUWewshiGoYE4YhozaYN1Qf4n7zGWHXHg0gTmAQhlFASTRp6x+TLntVBE3 okeyqfEqfCq016mQwGFugvqpMKNjh/p/Kdl+hGCtvZ0CXc7Sx9b8ZxM94R672f6M/IB0 JRDDMlLdsKdj/gmUDjvOd7E8kwQtm9emW6S3jGG04kvOevP1oqbsl7kJm98G4Wo2gsFp rKPm/T6SY0SPwZSEE4QI69+/rs8G/BHxvwCenrsYbCApS4B/5A0cNbNtSh+piRAB2Kft 5Q9Y98uNGECugK4fU9OwbnpGwjKNniUjaosOxJREI8Udoi1Uy4V5Pza+wYFBeaOtgBSZ Rfow== X-Gm-Message-State: AG10YOQXoYXpQ/qqm5/7QuCekJtilXWDJ3zV5VHNKsH9E0yWqRHVf/hUplLaS0G048ljSg== X-Received: by 10.66.150.202 with SMTP id uk10mr10528761pab.73.1453282966566; Wed, 20 Jan 2016 01:42:46 -0800 (PST) Received: from E107787-LIN (gcc1-power7.osuosl.org. [140.211.15.137]) by smtp.gmail.com with ESMTPSA id dg1sm47698159pad.18.2016.01.20.01.42.44 (version=TLS1_2 cipher=AES128-SHA bits=128/128); Wed, 20 Jan 2016 01:42:45 -0800 (PST) From: Yao Qi To: Artemiy Volkov Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb References: <1450661481-31178-1-git-send-email-artemiyv@acm.org> <20151229000501.GA27755@gmail.com> Date: Wed, 20 Jan 2016 09:42:00 -0000 In-Reply-To: <20151229000501.GA27755@gmail.com> (Artemiy Volkov's message of "Tue, 29 Dec 2015 03:05:01 +0300") Message-ID: <86vb6osi25.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-01/txt/msg00466.txt.bz2 Artemiy Volkov writes: Hi Artemiyv, Thanks for your patches, and they are definitely good improvement to GDB. > Ping? Any comments on this patchset? I intended to read these patches, but I am fixing some bugs these days since GDB 7.11 will be released soon (on Feb). I plan to revisit your patches after all the bugs are fixed for the release, if nobody reviews them by then. --=20 Yao (=E9=BD=90=E5=B0=A7)