From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Tramp with GUD broken on trunk? Date: Mon, 9 Jul 2007 20:51:11 +1200 Message-ID: <18065.63231.612402.142669@kahikatea.snap.net.nz> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1183971091 25230 80.91.229.12 (9 Jul 2007 08:51:31 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 9 Jul 2007 08:51:31 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Jul 09 10:51:29 2007 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1I7oxs-000665-RB for ged-emacs-devel@m.gmane.org; Mon, 09 Jul 2007 10:51:29 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7oxs-0005LW-FD for ged-emacs-devel@m.gmane.org; Mon, 09 Jul 2007 04:51:28 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1I7oxo-0005LQ-8K for emacs-devel@gnu.org; Mon, 09 Jul 2007 04:51:24 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1I7oxm-0005LE-IL for emacs-devel@gnu.org; Mon, 09 Jul 2007 04:51:23 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1I7oxm-0005LB-DK for emacs-devel@gnu.org; Mon, 09 Jul 2007 04:51:22 -0400 Original-Received: from viper.snap.net.nz ([202.37.101.8]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1I7oxl-0002HR-M8 for emacs-devel@gnu.org; Mon, 09 Jul 2007 04:51:22 -0400 Original-Received: from kahikatea.snap.net.nz (99.63.255.123.dynamic.snap.net.nz [123.255.63.99]) by viper.snap.net.nz (Postfix) with ESMTP id 0F09A3D8DD0 for ; Mon, 9 Jul 2007 20:51:18 +1200 (NZST) Original-Received: by kahikatea.snap.net.nz (Postfix, from userid 1000) id DCFE88FBF6; Mon, 9 Jul 2007 20:51:12 +1200 (NZST) X-Mailer: VM 7.19 under Emacs 22.1.50.3 X-detected-kernel: Linux 2.4-2.6 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:74491 Archived-At: I think the last set of changes to tramp has broken use with GUD. At least doing: Run gdb (like this): gdb --annotate=3 /ssh:localhost:/home/nickrob/myprog with EMACS_22_BASE I get: Current directory is /ssh:localhost:/home/nickrob/ GNU gdb 6.6-debian Copyright (C) 2006 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i486-linux-gnu"... /ssh:localhost:/home/nickrob/myprog: No such file or directory. (gdb) which has a file not found error but this is recoverable. However with the trunk I get: Current directory is /ssh:localhost:/home/nickrob/ Debugger exited abnormally with code 2 -- Nick http://www.inet.net.nz/~nickrob