From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 3229 invoked by alias); 14 Feb 2009 00:38:24 -0000 Received: (qmail 3216 invoked by uid 22791); 14 Feb 2009 00:38:23 -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.151) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 14 Feb 2009 00:38:18 +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 n1E0cCFF073022 ; Sat, 14 Feb 2009 01:38:12 +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 n1E0cCME080582 ; Sat, 14 Feb 2009 01:38:12 +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 n1E0cBHW007383 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO) ; Sat, 14 Feb 2009 01:38:11 +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 06:39:00 -0000 Message-ID: <000a01c98e3c$868e6270$93ab2750$@u-strasbg.fr> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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/msg00321.txt.bz2 > > Could someone tell me how to setup a > > dejagnu target to run the testsuite > > with cygwin gdbserver on a cygwin machine? > > See here: > > http://sourceware.org/gdb/wiki/Native_gdbserver_testing Thanks a lot, I followed the instructions, removed the line that disabled hardware watchpoints and was able to check that gdb.base/watchpoint.exp works with my two patches, great! Thanks, Pedro, Pierre