From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15904 invoked by alias); 4 May 2005 17:42:35 -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 15872 invoked from network); 4 May 2005 17:42:31 -0000 Received: from unknown (HELO fencepost.gnu.org) (199.232.76.164) by sourceware.org with SMTP; 4 May 2005 17:42:31 -0000 Received: from eliz by fencepost.gnu.org with local (Exim 4.34) id 1DTNsl-0004Mu-UR; Wed, 04 May 2005 13:42:02 -0400 To: bob@brasko.net CC: gdb-patches@sources.redhat.com In-reply-to: <20050504023212.GA26243@white> (message from Bob Rossi on Tue, 3 May 2005 22:32:12 -0400) Subject: Re: [RFC] fullname attribute for GDB/MI stack frames Reply-to: Eli Zaretskii References: <01c54f57$Blat.v2.4$4c163500@zahav.net.il> <20050502204859.GA6090@nevyn.them.org> <01c54f91$Blat.v2.4$f6e0b160@zahav.net.il> <20050503034604.GA437@nevyn.them.org> <01c55017$Blat.v2.4$3cb51f20@zahav.net.il> <20050503195650.GD25356@white> <01c55025$Blat.v2.4$00e755e0@zahav.net.il> <20050503213911.GB16440@trixie.casa.cgf.cx> <20050503222401.GA10377@nevyn.them.org> <20050503222647.GA19896@trixie.casa.cgf.cx> <20050504023212.GA26243@white> Message-Id: From: Eli Zaretskii Date: Wed, 04 May 2005 17:42:00 -0000 X-SW-Source: 2005-05/txt/msg00119.txt.bz2 > Date: Tue, 3 May 2005 22:32:12 -0400 > From: Bob Rossi > > - Use .* as a regex and say anthing goes > - Use a regex that represents absolute paths. When this breaks, fix > the fullname machinery. There's also the 3rd possibility: decide that it is okay to return \abc and d:foo and use the regexp I suggested.