From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1300 invoked by alias); 1 Sep 2011 03:15:26 -0000 Received: (qmail 1289 invoked by uid 22791); 1 Sep 2011 03:15:26 -0000 X-SWARE-Spam-Status: No, hits=-2.2 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_ENVFROM_END_DIGIT,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-fx0-f41.google.com (HELO mail-fx0-f41.google.com) (209.85.161.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 01 Sep 2011 03:15:03 +0000 Received: by fxg9 with SMTP id 9so346228fxg.0 for ; Wed, 31 Aug 2011 20:15:02 -0700 (PDT) MIME-Version: 1.0 Received: by 10.223.75.154 with SMTP id y26mr909994faj.104.1314846902223; Wed, 31 Aug 2011 20:15:02 -0700 (PDT) Received: by 10.223.77.79 with HTTP; Wed, 31 Aug 2011 20:15:02 -0700 (PDT) In-Reply-To: <201108311913.43479.pedro@codesourcery.com> References: <4E467FF1.1050403@gmail.com> <201108311913.43479.pedro@codesourcery.com> Date: Thu, 01 Sep 2011 03:15:00 -0000 Message-ID: Subject: Re: Remove handling of Hs packet from gdbserver From: Jie Zhang To: Pedro Alves Cc: gdb-patches@sourceware.org, drow@false.org Content-Type: text/plain; charset=ISO-8859-1 X-IsSubscribed: yes 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 X-SW-Source: 2011-09/txt/msg00000.txt.bz2 On Wed, Aug 31, 2011 at 2:13 PM, Pedro Alves wrote: > On Saturday 13 August 2011 14:45:21, Jie Zhang wrote: >> Dan mentioned to remove Hs, but it seems it has not been done yet: >> >> http://sourceware.org/ml/gdb-patches/2003-10/msg00428.html >> >> This patch removes it. Tested natively on x86_64 Linux. >> >> OK? > > Okay, thanks. > Committed. Thank you for review! Jie