From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Joe Bloggs Newsgroups: gmane.emacs.help Subject: Re: gdb with tramp problem Date: Thu, 17 Jul 2008 20:29:56 +0100 Message-ID: <87vdz42tsb.fsf@DEBLAP1.BeNet> References: <87mykmii58.fsf@DEBLAP1.BeNet> <8763r919w1.fsf@DEBLAP1.BeNet> <87mykkshcp.fsf@DEBLAP1.BeNet> <87iqv81aox.fsf@DEBLAP1.BeNet> <87fxq93h5p.fsf@DEBLAP1.BeNet> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: ger.gmane.org 1216323635 7978 80.91.229.12 (17 Jul 2008 19:40:35 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 17 Jul 2008 19:40:35 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Jul 17 21:41:21 2008 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 1KJZLs-0002Z0-Qy for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2008 21:41:21 +0200 Original-Received: from localhost ([127.0.0.1]:53984 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KJZL0-0005cA-8F for geh-help-gnu-emacs@m.gmane.org; Thu, 17 Jul 2008 15:40:26 -0400 Original-Path: news.stanford.edu!headwall.stanford.edu!newshub.sdsu.edu!Xl.tags.giganews.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local02.nntp.dca.giganews.com!news.giganews.com.POSTED!not-for-mail Original-NNTP-Posting-Date: Thu, 17 Jul 2008 14:29:56 -0500 Original-Newsgroups: gnu.emacs.help User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) Cancel-Lock: sha1:lUCiMRYIGw0ou0RWlbgwFIPixMo= Original-Lines: 24 X-Usenet-Provider: http://www.giganews.com Original-X-Trace: sv3-LyiQ6DChOTAD4WngrfAkj0VQgULLIhh3LYzrqROfh384IodMaAz7/CbO97ozp+Dfpkw4XiF8IFIAzb0!To/BAIk1cApkunQL3ErTAJeRWPfnQXhY4cKP0vNC0uK0VCEkNxoz Original-X-Complaints-To: abuse@giganews.com X-DMCA-Notifications: http://www.giganews.com/info/dmca.html X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly X-Postfilter: 1.3.39 Original-Xref: news.stanford.edu gnu.emacs.help:160329 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:55678 Archived-At: Nick Roberts writes: > > I did as you said, and I now get the correct buffer for the remote source > > interacting with gud. I can set breakpoints in the source buffer and the red > > dot appears in the margin. However, there is no indication of the current > > line of execution, even when I step (C-x C-a C-n) from within the source buffer. > > Also I dont see any tooltips after setting gud-tooltip-mode (I have checked > > gud-tooltip-modes to ensure c-mode is included). > > When I tried it using Emacs from CVS `C-x C-a C-n' worked but gud-tooltip-mode > gave an error when Emacs tried to display a source file. I've corrected that > error now. > > I suspect there's still comething wrong with your setup. Since Emacs 22 > includes Tramp, I don't know why you can't delete the version that you appear > to have downloaded seaparately and just compile Emacs 22.2 normally. I think > this would solve the problem when stepping. You would still need Emacs from > CVS for GUD tooltips to work, of course. > > -- > Nick http://www.inet.net.nz/~nickrob I couldn't get gdb to work with the version of tramp that comes with emacs 22, that's why I installed the new version.