From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76839 invoked by alias); 1 Dec 2016 21:24:33 -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 76552 invoked by uid 89); 1 Dec 2016 21:24:26 -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-PHP-Originating-Script:rcube.php 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 21:24:25 +0000 Received: by simark.ca (Postfix, from userid 33) id 143601E189; Thu, 1 Dec 2016 16:24:24 -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 21:24:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <46bbd7a342dc6fd436d529f8d63cf5df@polymtl.ca> References: <20161124152428.24725-1-simon.marchi@polymtl.ca> <55f46d37da0b47fff95dfa00fc340fa4@polymtl.ca> <8f6f01e9-a86e-ee3e-1e05-7f4342291474@redhat.com> <46bbd7a342dc6fd436d529f8d63cf5df@polymtl.ca> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.2 X-IsSubscribed: yes X-SW-Source: 2016-12/txt/msg00060.txt.bz2 On 2016-11-30 21:51, Simon Marchi wrote: > 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). I have now pushed 13-18 and 20 (which was not dependent on 19).