From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20179 invoked by alias); 2 May 2005 19:52:06 -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 20026 invoked from network); 2 May 2005 19:51:56 -0000 Received: from unknown (HELO legolas.inter.net.il) (192.114.186.24) by sourceware.org with SMTP; 2 May 2005 19:51:56 -0000 Received: from zaretski (IGLD-80-230-71-109.inter.net.il [80.230.71.109]) by legolas.inter.net.il (MOS 3.5.6-GR) with ESMTP id EGX30273 (AUTH halo1); Mon, 2 May 2005 22:51:26 +0300 (IDT) Date: Mon, 02 May 2005 19:52:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-ID: <01c54f50$Blat.v2.4$29b171c0@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050502193638.GD22967@white> (message from Bob Rossi on Mon, 2 May 2005 15:36:38 -0400) Subject: Re: [RFC] fullname attribute for GDB/MI stack frames Reply-to: Eli Zaretskii References: <20050430191755.GF7009@nevyn.them.org> <20050501021945.GA19962@white> <01c54e7a$Blat.v2.4$e31afae0@zahav.net.il> <20050502005415.GA21588@white> <01c54f4d$Blat.v2.4$3ce76180@zahav.net.il> <20050502193638.GD22967@white> X-SW-Source: 2005-05/txt/msg00064.txt.bz2 > Date: Mon, 2 May 2005 15:36:38 -0400 > From: Bob Rossi > Cc: gdb-patches@sources.redhat.com > > I've just never seen that before. I always thought that \abc actually > referred to A:\abc or whatever the current drive is. It does refer to the current drive. But it's still okay to treat that as an absolute file name. > However, I didn't know if the compiler would end up seeing \abc, or > if it would know that it is actually A:\abc. It doesn't matter, both will work. > Also, I realized that a network drive would have to be accounted for > (\\gateway\abc), however, if \ is a proper absolute file name on > DOS/Windows, then your regex accounts for network drives also. Right.