From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23559 invoked by alias); 10 Dec 2002 20:01:40 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 23547 invoked from network); 10 Dec 2002 20:01:33 -0000 Received: from unknown (HELO balder.inter.net.il) (192.114.186.15) by sources.redhat.com with SMTP; 10 Dec 2002 20:01:33 -0000 Received: from zaretsky ([80.230.195.236]) by balder.inter.net.il (Mirapoint Messaging Server MOS 3.2.1-GA) with ESMTP id CAE62601; Tue, 10 Dec 2002 22:01:24 +0200 (IST) Date: Tue, 10 Dec 2002 12:19:00 -0000 From: "Eli Zaretskii" To: jimb@redhat.com Message-Id: <3405-Tue10Dec2002220012+0200-eliz@is.elta.co.il> CC: gdb-patches@sources.redhat.com In-reply-to: (message from Jim Blandy on 09 Dec 2002 21:56:10 -0500) Subject: Re: RFC: support debug info in separate files Reply-to: Eli Zaretskii References: X-SW-Source: 2002-12/txt/msg00337.txt.bz2 > From: Jim Blandy > Date: 09 Dec 2002 21:56:10 -0500 > > > `.debug' is an invalid file name on DOS 8+3 filesystems (leading dots are > > not allowed). For the benefit of users of the DJGPP port of GDB, I > > suggest to allow an additional name, `_debug', as a substitute. Thus, > > conditioned on __MSDOS__, GDB would look for `_debug' subdirectory if > > `.debug' does not exist. > > I'm reluctant to put #if __MSDOS__ in there directly. Would it be > appropriate to #define something in xm-go32.h, which could be given a > default value of ".debug" in symfile.c? That'd be fine, thanks.