From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27313 invoked by alias); 22 Dec 2006 10:46:26 -0000 Received: (qmail 27296 invoked by uid 22791); 22 Dec 2006 10:46:23 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (192.114.186.20) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 22 Dec 2006 10:46:15 +0000 Received: from HOME-C4E4A596F7 (IGLD-84-229-216-239.inter.net.il [84.229.216.239]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id FNL39205 (AUTH halo1); Fri, 22 Dec 2006 12:46:05 +0200 (IST) Date: Fri, 22 Dec 2006 10:46:00 -0000 Message-Id: From: Eli Zaretskii To: Andreas Schwab CC: polomora@gmail.com, gdb@sources.redhat.com In-reply-to: (message from Andreas Schwab on Fri, 22 Dec 2006 11:24:18 +0100) Subject: Re: Debugging remotely via ssh login Reply-to: Eli Zaretskii 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/msg00188.txt.bz2 > From: Andreas Schwab > Cc: gdb@sources.redhat.com > Date: Fri, 22 Dec 2006 11:24:18 +0100 > > ppmoore writes: > > > 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? > > You can forward a port via the ssh connection to the remote host, and then > use this port for the debugging session. If someone describes this scenario in enough detail (a bit more than the above single sentence), I'd more than happy to add it to the manual. TIA