From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12944 invoked by alias); 23 Feb 2016 06:04:18 -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 12921 invoked by uid 89); 23 Feb 2016 06:04: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=Hx-languages-length:1028, H*r:gmail.com, H*RU:gmail.com, Hx-spam-relays-external:gmail.com X-HELO: mail-lb0-f193.google.com Received: from mail-lb0-f193.google.com (HELO mail-lb0-f193.google.com) (209.85.217.193) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 23 Feb 2016 06:04:16 +0000 Received: by mail-lb0-f193.google.com with SMTP id e10so5097588lbb.1 for ; Mon, 22 Feb 2016 22:04:15 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:sender:date:from:to:cc:subject:message-id :references:mime-version:content-type:content-disposition :in-reply-to:user-agent; bh=fFHfMXT9UJstQEL5jwIwjmyNBA9mM/vyON7uetFgS+M=; b=Xzs0haLDJkN8swxg/IiPybbBM70R4uup74Y6mnUvBTAXhykK7DzGRmqN1toK4oY4t9 6dpZsjGlDeV1N7WIGV3QS9Tx36bw9NfiORcusNpPxX5HSDCUPjie0B0sIMu65w7IDQg4 W3la9DovrODG3CbMZ96kdRG657zbfG39+Wog5x0HLDb8t7xCmCTgtLvfhHtPJwoLWgVq DpEzdW3eyI71CQGEpz+w85ZnaHEjwisKIIoW+y4Zda2Cqb/uNe/4phtfaXtpy2150YXZ uRAIbwXn08VVba5i4bCWIn5HESiR+2UtLBSZeNNbGxMq0c7zf1/dQx6E1nV4iVn1hrAU UeLw== X-Gm-Message-State: AG10YORQGdzJRNLRuP2Vp1oeW9NTgh0B/s6vyGPLTNt+m4n/dE37KMTpjfg0YdBRctD2OQ== X-Received: by 10.112.159.200 with SMTP id xe8mr4865933lbb.75.1456207453185; Mon, 22 Feb 2016 22:04:13 -0800 (PST) Received: from gmail.com (c-73-15-67-137.hsd1.ca.comcast.net. [73.15.67.137]) by smtp.gmail.com with ESMTPSA id ke9sm3777413lbc.28.2016.02.22.22.04.10 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 22 Feb 2016 22:04:11 -0800 (PST) Date: Tue, 23 Feb 2016 06:04:00 -0000 From: Artemiy Volkov To: Keith Seitz Cc: "gdb-patches@sourceware.org ml" Subject: Re: [PATCH v2 00/11] [PR gdb/14441] Support C++0x rvalue references in gdb Message-ID: <20160223060306.GA2014@gmail.com> References: <1450661481-31178-1-git-send-email-artemiyv@acm.org> <1453229609-20159-1-git-send-email-artemiyv@acm.org> <56C763AE.4060602@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <56C763AE.4060602@redhat.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00677.txt.bz2 On Fri, Feb 19, 2016 at 10:49:18AM -0800, Keith Seitz wrote: > On 01/19/2016 10:53 AM, Artemiy Volkov wrote: > > > this is my second take on fixing gdb/14441 which deals with C++0x rvalue > > references. > > Thank you for submitting this! I have been trying to find the time to do > this myself. I rather glad someone beat me to it! It's a lot more work > than I imagined. Hi Keith, thank you for such an extensive review. The errors are mostly trivial so I'll try and send out v3 by the end of the week. > > I think this is important enough a new "feature" to have a mention in NEWS. Sure, I'll add an entry to it. > > While I've attempted to add pointers to relevant submission > documentation, I encourage you to peruse the official GDB Contribution > Checklist on the GDB wiki: > > https://sourceware.org/gdb/wiki/ContributionChecklist OK, I'll make sure to double-check everything against this list next time. > > Keith > Thanks, Artemiy