From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31020 invoked by alias); 2 May 2005 19:30:36 -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 31010 invoked from network); 2 May 2005 19:30:32 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 2 May 2005 19:30:32 -0000 Received: from zaretski (IGLD-80-230-71-109.inter.net.il [80.230.71.109]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id BCW27048 (AUTH halo1); Mon, 2 May 2005 22:30:30 +0300 (IDT) Date: Mon, 02 May 2005 19:30:00 -0000 From: "Eli Zaretskii" To: gdb-patches@sources.redhat.com Message-ID: <01c54f4d$Blat.v2.4$3ce76180@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 In-reply-to: <20050502005415.GA21588@white> (message from Bob Rossi on Sun, 1 May 2005 20:54:15 -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> X-SW-Source: 2005-05/txt/msg00059.txt.bz2 > Date: Sun, 1 May 2005 20:54:15 -0400 > From: Bob Rossi > Cc: Dennis Brueni , gdb-patches@sources.redhat.com > > > The proper regexp should be something like > > > > \([A-z]:\)?[/\\].*basics.c > > Eli, is this correct? Is a proper fullname in windows \abc? Yes, "\abc" is a proper absolute file name on DOS/Windows. Why did you think it wasn't?