From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30263 invoked by alias); 30 May 2011 15:26:20 -0000 Received: (qmail 30251 invoked by uid 22791); 30 May 2011 15:26:20 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 30 May 2011 15:26:06 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id 81D392BB206; Mon, 30 May 2011 11:26:05 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id R+mx88q7QtFA; Mon, 30 May 2011 11:26:05 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 3AE2F2BB205; Mon, 30 May 2011 11:26:05 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BCBCF145615; Mon, 30 May 2011 08:26:02 -0700 (PDT) Date: Mon, 30 May 2011 15:26:00 -0000 From: Joel Brobecker To: Philippe Waroquiers Cc: gdb-patches@sourceware.org, yao@codesourcery.com Subject: Re: ping: Re: PATCH : allow to set length of hw watchpoints (e.g. for Valgrind gdbserver) Message-ID: <20110530152602.GA2620@adacore.com> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.20 (2009-06-14) 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-05/txt/msg00680.txt.bz2 Hello Philippe, > Question: is there somewhere a 'how to test gdbserver for dummies' ? > I read the gdb internal doc, and could only find a reference to > setting GDBSERVER=... variable when doing make check, but that does > not run the gdbserver tests (I believe). We have a wiki page on how to run the testsuite, and there is a section that explains how to run the testsuite with gdbserver. http://sourceware.org/gdb/wiki/TestingGDB -- Joel