From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16664 invoked by alias); 15 Nov 2010 09:29:00 -0000 Received: (qmail 16653 invoked by uid 22791); 15 Nov 2010 09:28:59 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE 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; Mon, 15 Nov 2010 09:28:15 +0000 Received: by fxm20 with SMTP id 20so3799244fxm.0 for ; Mon, 15 Nov 2010 01:28:13 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.116.69 with SMTP id l5mr4360377faq.129.1289813293272; Mon, 15 Nov 2010 01:28:13 -0800 (PST) Received: by 10.223.86.139 with HTTP; Mon, 15 Nov 2010 01:28:13 -0800 (PST) In-Reply-To: <201011111216.00997.pedro@codesourcery.com> References: <201011111100.02615.pedro@codesourcery.com> <201011111216.00997.pedro@codesourcery.com> Date: Mon, 15 Nov 2010 09:29:00 -0000 Message-ID: Subject: Re: gdbserver delayed packet event issue From: "karthikeyan.s" To: Pedro Alves Cc: gdb@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2010-11/txt/msg00062.txt.bz2 On Thu, Nov 11, 2010 at 5:46 PM, Pedro Alves wrote: > On Thursday 11 November 2010 11:58:08, karthikeyan.s wrote: >> Will try 7.2 but in the meantime, The complete version is 7.1.50.2010041= 6. > > I think these were the patches that fixed the issue: > > 2010-05-03 =A0Doug Evans =A0<> > > =A0 =A0 =A0 =A0* event-loop.c (struct callback_event): New struct. > =A0 =A0 =A0 =A0(callback_list): New global. > > 2010-04-26 =A0Doug Evans =A0<> > > =A0 =A0 =A0 =A0* server.c (handle_general_set): Make static. > > =A0 =A0 =A0 =A0* remote-utils.c (putpkt_binary_1): Call readchar instead = of read. > =A0 =A0 =A0 =A0Print received char after testing for error/eof instead of= before. > =A0 =A0 =A0 =A0(input_interrupt): Tweak comment. > > So they postdate your snapshot. > > -- > Pedro Alves > Hi Pedro, The issue seems to be fixed in 7.2. I did not try individual patches that you mentioned. Will move over 7.2 instead. Thanks Karthik