From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23155 invoked by alias); 14 Feb 2009 00:09:01 -0000 Received: (qmail 22971 invoked by uid 22791); 14 Feb 2009 00:09:00 -0000 X-SWARE-Spam-Status: No, hits=-2.4 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mailhost.u-strasbg.fr (HELO mailhost.u-strasbg.fr) (130.79.200.155) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Feb 2009 00:08:54 +0000 Received: from baal.u-strasbg.fr (baal.u-strasbg.fr [IPv6:2001:660:2402::41]) by mailhost.u-strasbg.fr (8.14.2/jtpda-5.5pre1) with ESMTP id n1E08miS000967 ; Sat, 14 Feb 2009 01:08:48 +0100 (CET) Received: from mailserver.u-strasbg.fr (ms3.u-strasbg.fr [IPv6:2001:660:2402:d::12]) by baal.u-strasbg.fr (8.14.0/jtpda-5.5pre1) with ESMTP id n1E08mp4075781 ; Sat, 14 Feb 2009 01:08:48 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) Received: from d620muller (lec67-4-82-230-53-140.fbx.proxad.net [82.230.53.140]) (user=mullerp mech=LOGIN) by mailserver.u-strasbg.fr (8.14.3/jtpda-5.5pre1) with ESMTP id n1E08lZV000470 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Sat, 14 Feb 2009 01:08:48 +0100 (CET) (envelope-from muller@ics.u-strasbg.fr) From: "Pierre Muller" To: "'Pedro Alves'" , References: <000701c98ad0$0a20eb50$1e62c1f0$@u-strasbg.fr> <200902132348.59402.pedro@codesourcery.com> In-Reply-To: <200902132348.59402.pedro@codesourcery.com> Subject: RE: [RFA] gdbserver: also issue remote debug information for getpkt in no-ack-mode Date: Sat, 14 Feb 2009 00:23:00 -0000 Message-ID: <000801c98e38$6b098ab0$411ca010$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable 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: 2009-02/txt/msg00318.txt.bz2 Thanks, Pedro, I committed the patch without that spurious empty line. Pierre Muller Pascal language support maintainer for GDB > -----Message d'origine----- > De=A0: gdb-patches-owner@sourceware.org [mailto:gdb-patches- > owner@sourceware.org] De la part de Pedro Alves > Envoy=E9=A0: Saturday, February 14, 2009 12:49 AM > =C0=A0: gdb-patches@sourceware.org > Cc=A0: Pierre Muller > Objet=A0: Re: [RFA] gdbserver: also issue remote debug information for > getpkt in no-ack-mode >=20 > On Monday 09 February 2009 16:04:08, Pierre Muller wrote: >=20 > > Is this OK? >=20 > Looks good to me (tiny comment in the patch below). I thought I > had already fixed this in HEAD, but I see the fix done in > the multi-process branch only. :-) >=20 > > Could someone tell me how to setup a > > dejagnu target to run the testsuite > > with cygwin gdbserver on a cygwin machine? >=20 > See here: >=20 > http://sourceware.org/gdb/wiki/Native_gdbserver_testing >=20 > This works on Cygwin, as I use this method there. >=20 > > + else > > + { > > + if (remote_debug) > > + { > > + fprintf (stderr, "getpkt (\"%s\"); [no ack sent] \n", buf); > > + fflush (stderr); > > + } > > + >=20 > Spurious blank line here. >=20 > > + } > > >=20 > -- > Pedro Alves