From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30431 invoked by alias); 13 Nov 2001 17:41:59 -0000 Mailing-List: contact gdb-help@sourceware.cygnus.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 30368 invoked from network); 13 Nov 2001 17:41:51 -0000 Received: from unknown (HELO thor.inter.net.il) (192.114.186.11) by sourceware.cygnus.com with SMTP; 13 Nov 2001 17:41:51 -0000 Received: from zaretsky ([192.116.55.139]) by thor.inter.net.il (Mirapoint) with ESMTP id ABP09575; Tue, 13 Nov 2001 19:41:39 +0200 (IST) Date: Thu, 01 Nov 2001 15:55:00 -0000 From: "Eli Zaretskii" To: fnasser@redhat.com Message-Id: <8361-Tue13Nov2001194155+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: gdb@sources.redhat.com In-reply-to: <3BF14E50.7E55FC0C@redhat.com> (message from Fernando Nasser on Tue, 13 Nov 2001 11:46:08 -0500) Subject: Re: gdb.ini vs. .gdbinit on Cygwin Reply-to: Eli Zaretskii References: <3BF14E50.7E55FC0C@redhat.com> X-SW-Source: 2001-11/txt/msg00028.txt.bz2 > Date: Tue, 13 Nov 2001 11:46:08 -0500 > From: Fernando Nasser > > But then I remembered that we may have native Windows GDB (i.e., not > Cygwin, > but Win32 GDB programs). Can those also look for ".gdbinit"? There's no problem whatsoever for native Windows programs, including a Win32 GDB port, to access files with a leading dots in their names. The fact that the Explorer disallows is simply a terrible misfeature (if not a bug), but it has no technical reasons behind it. So a Win32 port of GDB could easily use .gdbinit as well.