From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 90931 invoked by alias); 19 Feb 2016 16:04:15 -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 90851 invoked by uid 89); 19 Feb 2016 16:04:15 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_PASS autolearn=ham version=3.3.2 spammy=durigan, Durigan, Junior X-HELO: usplmg21.ericsson.net Received: from usplmg21.ericsson.net (HELO usplmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Fri, 19 Feb 2016 16:04:14 +0000 Received: from EUSAAHC007.ericsson.se (Unknown_Domain [147.117.188.93]) by usplmg21.ericsson.net (Symantec Mail Security) with SMTP id CF.7E.32102.3EC37C65; Fri, 19 Feb 2016 17:03:47 +0100 (CET) Received: from [142.133.110.144] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.95) with Microsoft SMTP Server id 14.3.248.2; Fri, 19 Feb 2016 11:04:11 -0500 Subject: Re: [PATCH 00/10] Command line input handling TLC To: Sergio Durigan Junior , Pedro Alves References: <1455817236-13642-1-git-send-email-palves@redhat.com> <87ziux1v9s.fsf@redhat.com> CC: From: Simon Marchi Message-ID: <56C73CFB.4020500@ericsson.com> Date: Fri, 19 Feb 2016 16:04:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.5.1 MIME-Version: 1.0 In-Reply-To: <87ziux1v9s.fsf@redhat.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-02/txt/msg00607.txt.bz2 On 16-02-18 05:57 PM, Sergio Durigan Junior wrote: > Thanks, Pedro. > > I looked at all the patches (though I admit that I did not spend a lot > of time on the last patch), and they all seemed mostly fine by me. When > I had something to say about a specific patch, I sent a comment. > > IMHO, this series is basically ready to go in indeed. > > Thanks for doing this. I also gave it a look, it looks fine to me. I don't understand everything, but there are less things I don't understand in the new version than in the old version, so it must be a good sign! Simon