From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20441 invoked by alias); 20 Nov 2006 13:41:12 -0000 Received: (qmail 20428 invoked by uid 22791); 20 Nov 2006 13:41:11 -0000 X-Spam-Check-By: sourceware.org Received: from wx-out-0506.google.com (HELO wx-out-0506.google.com) (66.249.82.228) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 20 Nov 2006 13:41:00 +0000 Received: by wx-out-0506.google.com with SMTP id t15so1834775wxc for ; Mon, 20 Nov 2006 05:40:58 -0800 (PST) Received: by 10.90.84.17 with SMTP id h17mr3187800agb.1164030058040; Mon, 20 Nov 2006 05:40:58 -0800 (PST) Received: from tpbowang ( [219.233.20.244]) by mx.google.com with ESMTP id 5sm29834116nzk.2006.11.20.05.40.55; Mon, 20 Nov 2006 05:40:57 -0800 (PST) From: "Bin Chen" To: Cc: Subject: When will the gcc not include full path in the debug info Date: Mon, 20 Nov 2006 13:41:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Office Outlook, Build 11.0.5510 Message-ID: <4561b069.2356ae07.3fc8.466c@mx.google.com> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2006-11/txt/msg00144.txt.bz2 Hi, In GDB manual, section "Specifying source directories", it says "Executable= programs sometimes do not record the directories of the source files from = which they were compiled, just the names." I am curious when will this rule take effect? I have checked the gcc man pa= ge, seems no ways to let it use only the file name instead full path. Thanks a lot. ABAI