From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Nick Roberts Newsgroups: gmane.emacs.devel Subject: Re: new gdb/gdba code has bug with absolute source filenames Date: Thu, 8 Jan 2004 22:04:16 +0000 Sender: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Message-ID: <16381.54240.533098.799101@nick.uklinux.net> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073612454 4634 80.91.224.253 (9 Jan 2004 01:40:54 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2004 01:40:54 +0000 (UTC) Cc: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Fri Jan 09 02:40:50 2004 Return-path: Original-Received: from quimby.gnus.org ([80.91.224.244]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aeldq-0007vy-00 for ; Fri, 09 Jan 2004 02:40:50 +0100 Original-Received: from monty-python.gnu.org ([199.232.76.173]) by quimby.gnus.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aeldq-0005L5-00 for ; Fri, 09 Jan 2004 02:40:50 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AelL2-0002w9-KZ for emacs-devel@quimby.gnus.org; Thu, 08 Jan 2004 20:21:24 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AejTR-0008E8-JW for emacs-devel@gnu.org; Thu, 08 Jan 2004 18:21:57 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AejSj-000843-NO for emacs-devel@gnu.org; Thu, 08 Jan 2004 18:21:45 -0500 Original-Received: from [194.247.51.27] (helo=nick.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AejKy-0007IZ-F0 for emacs-devel@gnu.org; Thu, 08 Jan 2004 18:13:13 -0500 Original-Received: by nick.uklinux.net (Postfix, from userid 501) id BE17675FDE; Thu, 8 Jan 2004 22:04:21 +0000 (GMT) Original-To: Bruce Stephens X-Mailer: VM 6.97 under Emacs 21.2.1 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Emacs development discussions. List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+emacs-devel=quimby.gnus.org@gnu.org Xref: main.gmane.org gmane.emacs.devel:19110 X-Report-Spam: http://spam.gmane.org/gmane.emacs.devel:19110 > I don't know which program is at fault. Looking more carefully, I can reproduce this problem. I think this is normal output. GDB only records a compilation directory if it makes sense. This is used to help find the source code. If the source is in a different directory to where the compilation is done, as it might be with gcc -g3 -o hello /tmp/hello.c then it might not help. Since I think this is normal output, I've committed the changes in gdb-ui.el to allow for this, to the CVS repository. Nick http://www.nick.uklinux.net