From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14323 invoked by alias); 5 May 2005 17:20:16 -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 13438 invoked from network); 5 May 2005 17:19:15 -0000 Received: from unknown (HELO lakermmtao09.cox.net) (68.230.240.30) by sourceware.org with SMTP; 5 May 2005 17:19:15 -0000 Received: from white ([68.9.64.121]) by lakermmtao09.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050505171909.IVVE6804.lakermmtao09.cox.net@white>; Thu, 5 May 2005 13:19:09 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1DTk0E-0008Iq-00; Thu, 05 May 2005 13:19:10 -0400 Date: Thu, 05 May 2005 17:20:00 -0000 From: Bob Rossi To: Eli Zaretskii Cc: Dennis Brueni , gdb-patches@sources.redhat.com Subject: Re: [RFC] fullname attribute for GDB/MI stack frames Message-ID: <20050505171910.GB31758@white> Mail-Followup-To: Eli Zaretskii , Dennis Brueni , gdb-patches@sources.redhat.com References: <20050430191755.GF7009@nevyn.them.org> <20050501021945.GA19962@white> <01c54e7a$Blat.v2.4$e31afae0@zahav.net.il> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <01c54e7a$Blat.v2.4$e31afae0@zahav.net.il> User-Agent: Mutt/1.3.28i X-SW-Source: 2005-05/txt/msg00170.txt.bz2 > The proper regexp should be something like > > \([A-z]:\)?[/\\].*basics.c I sent this question to Eli, but thought others might be interested. The regex above woks on /.* and d:\.* and \\.* and \.* but it doesn't work on d:.*. I can't see a simple way to add that last case. Does anyone else? This is the only way I could solve the last case, \([A-z]:[^\].*\)|\([A-z]:\)?[/\\].*basics.c Thanks, Bob Rossi