From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.help Subject: Re: finally getting gdb to work? Date: Thu, 22 Jul 2010 12:41:24 +0200 Message-ID: <87fwzbol2j.fsf@gmx.de> References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: dough.gmane.org 1279796165 22894 80.91.229.12 (22 Jul 2010 10:56:05 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Thu, 22 Jul 2010 10:56:05 +0000 (UTC) Cc: help-gnu-emacs@gnu.org To: Andrea Crotti Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 22 12:56:04 2010 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ObtRb-00070F-NS for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jul 2010 12:56:04 +0200 Original-Received: from localhost ([127.0.0.1]:51503 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObtRa-00046V-GE for geh-help-gnu-emacs@m.gmane.org; Thu, 22 Jul 2010 06:56:02 -0400 Original-Received: from [140.186.70.92] (port=59731 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1ObtQY-0003wh-PL for help-gnu-emacs@gnu.org; Thu, 22 Jul 2010 06:54:59 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1ObtDd-0008IJ-Kv for help-gnu-emacs@gnu.org; Thu, 22 Jul 2010 06:41:38 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.23]:53404 helo=mail.gmx.net) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1ObtDd-0008I2-B7 for help-gnu-emacs@gnu.org; Thu, 22 Jul 2010 06:41:37 -0400 Original-Received: (qmail invoked by alias); 22 Jul 2010 10:41:29 -0000 Original-Received: from p4FC1910E.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [79.193.145.14] by mail.gmx.net (mp015) with SMTP; 22 Jul 2010 12:41:29 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX1854XwmzGI52XmGkZW4ToZ5utqQSrE+lEYBECzTrn mOQfEds1CQESCh In-Reply-To: (Andrea Crotti's message of "Thu, 22 Jul 2010 10:04:54 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:74226 Archived-At: Andrea Crotti writes: > Ah another thing, I also have to debug some code which compiles only on > a virtual machine, which I can access via ssh. > > Now I work on it via sshfs, but I would like to debug it directly. > Is there some way to automate the debugging process from another > machine (with gdbserver or tramp maybe?)? It should run with Emacs 23.1 + Tramp. See . Unfortunately, this is broken in Emacs 23.2, because the package gdb-mi.el needs pty support, which is not possible with Tramp (yet). > Thanks a lot Best regards, Michael.