From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9112 invoked by alias); 15 Dec 2008 18:23:00 -0000 Received: (qmail 9102 invoked by uid 22791); 15 Dec 2008 18:22:59 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Dec 2008 18:22:09 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id mBFIM72D032333 for ; Mon, 15 Dec 2008 13:22:07 -0500 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx1.corp.redhat.com (8.13.1/8.13.1) with ESMTP id mBFIM6oZ024664 for ; Mon, 15 Dec 2008 13:22:06 -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 mBFIM4WB001628; Mon, 15 Dec 2008 13:22:05 -0500 Message-ID: <4946A04B.8000702@redhat.com> Date: Mon, 15 Dec 2008 18:23:00 -0000 From: Keith Seitz User-Agent: Thunderbird 2.0.0.18 (X11/20081119) MIME-Version: 1.0 To: limorh CC: insight@sources.redhat.com Subject: Re: using insight debugger to debug a cluster with no X installed on it References: <492F9893.9010606@bezeqint.net> In-Reply-To: <492F9893.9010606@bezeqint.net> Content-Type: text/plain; charset=windows-1255; 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: 2008-q4/txt/msg00021.txt.bz2 limorh wrote: > is there a way to bring up the X windows on one server whille connecting > to a gdb which runs ona remote server ? Is gdbserver available for your target? See http://sourceware.org/gdb/current/onlinedocs/gdb_19.html#SEC175 Keith