From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 125671 invoked by alias); 9 Jun 2017 06:20:38 -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 123609 invoked by uid 89); 9 Jun 2017 06:20:01 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=Hx-languages-length:238 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; Fri, 09 Jun 2017 06:20:00 +0000 Received: by simark.ca (Postfix, from userid 33) id ED4291E4B1; Fri, 9 Jun 2017 02:20:02 -0400 (EDT) To: Stafford Horne Subject: Re: [PATCH 1/3] reggroups: Add test and docs for `info reg $reggroup` feature 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: Fri, 09 Jun 2017 06:20:00 -0000 From: Simon Marchi Cc: GDB patches In-Reply-To: <20170608232752.GA8558@lianli.shorne-pla.net> References: <83413241fe0897c873b1cc6e18ccbec78a7a2a25.1496871270.git.shorne@gmail.com> <20170608232752.GA8558@lianli.shorne-pla.net> Message-ID: X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.5 X-IsSubscribed: yes X-SW-Source: 2017-06/txt/msg00224.txt.bz2 On 2017-06-09 01:27, Stafford Horne wrote: > Thanks for reviewing, I dont write much expect code, this is helpful. I understand, and share the pain :) Simon