From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 88357 invoked by alias); 22 Nov 2017 20:10: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 88348 invoked by uid 89); 22 Nov 2017 20:10:06 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,KB_WAM_FROM_NAME_SINGLEWORD,SPF_HELO_PASS,SPF_PASS,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: smtp.polymtl.ca Received: from smtp.polymtl.ca (HELO smtp.polymtl.ca) (132.207.4.11) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Nov 2017 20:10:06 +0000 Received: from simark.ca (simark.ca [158.69.221.121]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id vAMK9xhK012094 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NOT) for ; Wed, 22 Nov 2017 15:10:04 -0500 Received: by simark.ca (Postfix, from userid 112) id 04C9C1E585; Wed, 22 Nov 2017 15:09:59 -0500 (EST) Received: from simark.ca (localhost [127.0.0.1]) by simark.ca (Postfix) with ESMTP id A96D21E030; Wed, 22 Nov 2017 15:09:58 -0500 (EST) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 22 Nov 2017 20:10:00 -0000 From: Simon Marchi To: Yao Qi Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/4] C++ify varobj a little bit In-Reply-To: <20171121213631.dgdswpfud3fegput@localhost> References: <20171118214606.24468-1-simon.marchi@polymtl.ca> <20171121213631.dgdswpfud3fegput@localhost> Message-ID: <3d29ff25f968182b8c48a0b2e2c279aa@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.3.2 X-Poly-FromMTA: (simark.ca [158.69.221.121]) at Wed, 22 Nov 2017 20:09:59 +0000 X-IsSubscribed: yes X-SW-Source: 2017-11/txt/msg00513.txt.bz2 On 2017-11-21 16:36, Yao Qi wrote: > On 17-11-18 16:46:02, Simon Marchi wrote: >> This patch series does a basic C++ification of the varobj code, enough >> to get rid of the VECs. It looks regression free according to the >> buildbot. > > I go through them quickly, and they look good to me. Thanks, I pushed the series, including the "explicit" suggested by Pedro. Simon