From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11112 invoked by alias); 21 Sep 2006 14:28:46 -0000 Received: (qmail 11099 invoked by uid 22791); 21 Sep 2006 14:28:46 -0000 X-Spam-Check-By: sourceware.org Received: from fra-del-02.spheriq.net (HELO fra-del-02.spheriq.net) (195.46.51.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 21 Sep 2006 14:28:38 +0000 Received: from fra-out-02.spheriq.net (fra-out-02.spheriq.net [195.46.51.130]) by fra-del-02.spheriq.net with ESMTP id k8LERCso026981 for ; Thu, 21 Sep 2006 14:27:34 GMT Received: from fra-cus-01.spheriq.net (fra-cus-01.spheriq.net [195.46.51.37]) by fra-out-02.spheriq.net with ESMTP id k8LERAE2014317 for ; Thu, 21 Sep 2006 14:27:10 GMT Received: from beta.dmz-eu.st.com (beta.dmz-eu.st.com [164.129.1.35]) by fra-cus-01.spheriq.net with ESMTP id k8LER9Be011167 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=OK) for ; Thu, 21 Sep 2006 14:27:10 GMT Received: from zeta.dmz-eu.st.com (ns2.st.com [164.129.230.9]) by beta.dmz-eu.st.com (STMicroelectronics) with ESMTP id E42C9DA43 for ; Thu, 21 Sep 2006 14:27:04 +0000 (GMT) Received: from mail1.cro.st.com (mail1.cro.st.com [164.129.40.131]) by zeta.dmz-eu.st.com (STMicroelectronics) with ESMTP id EE0AB475D7 for ; Thu, 21 Sep 2006 14:26:59 +0000 (GMT) Received: from st.com (crx1177.cro.st.com [164.129.47.77]) by mail1.cro.st.com (MOS 3.5.8-GR) with ESMTP id CIM64350 (AUTH "denis pilat"); Thu, 21 Sep 2006 16:26:58 +0200 (CEST) Message-ID: <4512A12F.8020507@st.com> Date: Thu, 21 Sep 2006 14:28:00 -0000 From: Denis PILAT User-Agent: Mozilla/5.0 (X11; U; SunOS sun4u; en-US; rv:1.0.1) Gecko/20020920 Netscape/7.0 MIME-Version: 1.0 To: gdb@sourceware.org Subject: remote validation Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-09/txt/msg00119.txt.bz2 I'd like to run a validation for a gdb hosted on linux and connected to a gdbserver also hosted on linux. To simplify the target is linux as well. Is there a mean to configure the gdb testsuite so that it runs a gdbserver and connect the gdb to it ? Thanks for your help, I can't find any document on that.