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: tramp gdb - source files Date: Thu, 12 Feb 2009 11:29:03 +0100 Message-ID: References: NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1234434480 14034 80.91.229.12 (12 Feb 2009 10:28:00 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 12 Feb 2009 10:28:00 +0000 (UTC) Cc: "Emacs Help \[help-gnu-emacs\]" To: Michal Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Feb 12 11:29:15 2009 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.50) id 1LXYoi-0000WG-BB for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Feb 2009 11:29:12 +0100 Original-Received: from localhost ([127.0.0.1]:55721 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXYnO-0000v8-P2 for geh-help-gnu-emacs@m.gmane.org; Thu, 12 Feb 2009 05:27:50 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LXYma-0000ur-F3 for help-gnu-emacs@gnu.org; Thu, 12 Feb 2009 05:27:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LXYmW-0000u4-73 for help-gnu-emacs@gnu.org; Thu, 12 Feb 2009 05:26:59 -0500 Original-Received: from [199.232.76.173] (port=35417 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LXYmV-0000tz-V8 for help-gnu-emacs@gnu.org; Thu, 12 Feb 2009 05:26:55 -0500 Original-Received: from mailrelay1.alcatel.de ([194.113.59.95]:52671) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LXYmV-0005XG-3m for help-gnu-emacs@gnu.org; Thu, 12 Feb 2009 05:26:55 -0500 Original-Received: from slbhab.alcatel.de (slbhab.de.alcatel-lucent.com [149.204.245.33]) by mailrelay1.alcatel.de (8.13.8/8.13.8/ICT) with ESMTP id n1CAQir3000319; Thu, 12 Feb 2009 11:26:44 +0100 In-Reply-To: (rabbit50@tenbit.pl's message of "Thu\, 12 Feb 2009 10\:09\:33 +0100") User-Agent: Gnus/5.101 (Gnus v5.10.10) Emacs/21.3 (hpux) X-Scanned-By: MIMEDefang 2.57 on 149.204.45.72 X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6, seldom 2.4 (older, 2) 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:62079 Archived-At: Michal writes: > hallo Michael, hallo group members Hi, >> It shall work with recent Emacs 23.0.90 / Tramp 2.1.15. Which versions >> do you use? > > My emacs is: > GNU Emacs 22.2.1 (i386-redhat-linux-gnu, GTK+ Version 2.12.9) of 2008-05-23 on xenbuilder4.fedora.phx.redhat.com > > tramp version is: > 2.1.15 I fear Emacs 22 is not well prepared to run remote processes, as needed for gdb. The major change was in comint.el, where `start-file-process' is used now instead of `start-process'. > just for experiment I did loopback to my local machine: > > /scp:localhost:/tmp/p2.cpp > > and in here everything works fine Your local gdb would be called. And the files are also found, because they reside locally. > best regards, > Michal Best regards, Michael.