From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30663 invoked by alias); 12 Jan 2009 16:41:06 -0000 Received: (qmail 30651 invoked by uid 22791); 12 Jan 2009 16:41:05 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_20,J_CHICKENPOX_35,J_CHICKENPOX_43,KAM_MX,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mx2.redhat.com (HELO mx2.redhat.com) (66.187.237.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 12 Jan 2009 16:40:26 +0000 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n0CGeNuO019393; Mon, 12 Jan 2009 11:40:23 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx2.corp.redhat.com (8.13.1/8.13.1) with ESMTP id n0CGeOLJ001123; Mon, 12 Jan 2009 11:40:24 -0500 Received: from lindt.uglyboxes.com (sebastian-int.corp.redhat.com [172.16.52.221]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n0CGeL0j009495; Mon, 12 Jan 2009 11:40:23 -0500 Message-ID: <496B7274.5060705@redhat.com> Date: Mon, 12 Jan 2009 16:41:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: Jie Zhang CC: insight@sourceware.org Subject: Re: Test insight with gdbserver References: <496B1CC3.9040905@analog.com> In-Reply-To: <496B1CC3.9040905@analog.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact insight-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00001.txt.bz2 Jie Zhang wrote: > Is there a way to run gdb.gdbtk with gdbserver? It seems to me that > gdb.gdbtk cannot load program using gdbserver. Is there anything I missed? If this is supported by gdb, it should work. Can you run gdb's test suite with gdbserver as the target? What does your site.exp look like? Keith