From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 110168 invoked by alias); 1 Dec 2016 02:51: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 110141 invoked by uid 89); 1 Dec 2016 02:51:05 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=Hx-languages-length:249 X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 01 Dec 2016 02:51:03 +0000 Received: by simark.ca (Postfix, from userid 33) id F1F9F1E18F; Wed, 30 Nov 2016 21:51:01 -0500 (EST) To: Pedro Alves Subject: Re: [PATCH 00/22] Convert ui-out subsystem to C++ X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 01 Dec 2016 02:51:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <8f6f01e9-a86e-ee3e-1e05-7f4342291474@redhat.com> References: <20161124152428.24725-1-simon.marchi@polymtl.ca> <55f46d37da0b47fff95dfa00fc340fa4@polymtl.ca> <8f6f01e9-a86e-ee3e-1e05-7f4342291474@redhat.com> Message-ID: <46bbd7a342dc6fd436d529f8d63cf5df@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.2 X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00004.txt.bz2 On 2016-11-24 13:47, Pedro Alves wrote: > BTW, all other patches (I haven't looked at the missing ones) > look good to me, apart from the nits I sent. I have now pushed patches 8-12 (inclusively).