From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7181 invoked by alias); 25 Dec 2006 20:09:55 -0000 Received: (qmail 7057 invoked by uid 22791); 25 Dec 2006 20:09:53 -0000 X-Spam-Check-By: sourceware.org Received: from www.nabble.com (HELO talk.nabble.com) (72.21.53.35) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 25 Dec 2006 20:09:47 +0000 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gyw8n-0001eZ-Fv for gdb@sources.redhat.com; Mon, 25 Dec 2006 12:09:45 -0800 Message-ID: <8048624.post@talk.nabble.com> Date: Mon, 25 Dec 2006 20:09:00 -0000 From: Hadron To: gdb@sources.redhat.com Subject: Re: Debugging remotely via ssh login In-Reply-To: <8020020.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: hadronquark@gmail.com References: <8020020.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-12/txt/msg00201.txt.bz2 Cant you just create a secure shell and run gdb. You might find this interesting as I was looking into this recently. http://www.cucy.net/lacp/archives/000024.html ppmoore wrote: > > Hello, I wonder if anyone can help with with this one. > > In our environment, we test by copying our executables to a destination > machine on our test network using scp, copy the set of source code files > that we are debugging to the same destination, and then log on to the > remote node using ssh to perform the debugging session. > > I was reading in the manual about remote debugging, but the scenarios > described included debugging via a serial comm line or via a tcp port on > the remote machine. Is it possible to debug where the only access is > remote logon using ssh? > > Many thanks, > Paul > -- View this message in context: http://www.nabble.com/Debugging-remotely-via-ssh-login-tf2869437.html#a8048624 Sent from the gdb - General mailing list archive at Nabble.com.