From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 47455 invoked by alias); 23 Mar 2016 00:27:20 -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 47437 invoked by uid 89); 23 Mar 2016 00:27:19 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=H*F:D*yahoo.de, H*Ad:D*yahoo.de, promising, dept X-HELO: nm2-vm6.bullet.mail.ne1.yahoo.com Received: from nm2-vm6.bullet.mail.ne1.yahoo.com (HELO nm2-vm6.bullet.mail.ne1.yahoo.com) (98.138.91.254) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 23 Mar 2016 00:27:09 +0000 Received: from [98.138.100.115] by nm2.bullet.mail.ne1.yahoo.com with NNFMP; 23 Mar 2016 00:27:07 -0000 Received: from [98.138.226.57] by tm106.bullet.mail.ne1.yahoo.com with NNFMP; 23 Mar 2016 00:27:07 -0000 Received: from [127.0.0.1] by smtp208.mail.ne1.yahoo.com with NNFMP; 23 Mar 2016 00:27:07 -0000 X-Yahoo-SMTP: uLlXihWswBAw_asaF5e6lP5gQBt5Jmin Subject: Re: [PATCH] Negative repeat count for 'x' command To: Pedro Alves , gdb-patches@sourceware.org References: <1095889805.138513.1453786618993.JavaMail.yahoo@mail.yahoo.com> <20160127160420.GM3338@embecosm.com> <56AA013F.8010601@redhat.com> <56B7D0E3.8020402@yahoo.de> <56C45B9A.5020605@redhat.com> Cc: Paul_Koning@Dell.com, andrew.burgess@embecosm.com, jhb@freebsd.org From: Toshihito Kikuchi Message-ID: <56F1E2D3.2000302@yahoo.de> Date: Wed, 23 Mar 2016 00:27:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <56C45B9A.5020605@redhat.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-SW-Source: 2016-03/txt/msg00460.txt.bz2 Hello, Let me bring up this thread as I've finished the copyright process with FSF. @Pedro, I pinged you in another thread two weeks ago. Please let me know if there are any other action items on my side to go forward. Thanks, Toshihito On 2016-02-17 03:38 AM, Pedro Alves wrote: > On 02/07/2016 11:18 PM, Toshihito Kikuchi wrote: >> Thank you for the feedbacks. I updated the patch adding negative repeat count >> support to the 'x' command instead of a new format letter. Also, this patch >> includes the update of document and NEWS file. > > Thank you very much! Sounds quite promising, though I haven't done an in dept > review yet. I was going to, but noticed that I couldn't seem to find an > FSF copyright in the records. Do you have one that I'm missing? > Feel free to contact me off list to get that process started. > > Thanks, > Pedro Alves >