From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2237 invoked by alias); 2 May 2005 00:55:38 -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 2224 invoked from network); 2 May 2005 00:55:34 -0000 Received: from unknown (HELO lakermmtao06.cox.net) (68.230.240.33) by sourceware.org with SMTP; 2 May 2005 00:55:34 -0000 Received: from white ([68.9.64.121]) by lakermmtao06.cox.net (InterMail vM.6.01.04.00 201-2131-118-20041027) with ESMTP id <20050502005533.PNXY749.lakermmtao06.cox.net@white>; Sun, 1 May 2005 20:55:33 -0400 Received: from bob by white with local (Exim 3.35 #1 (Debian)) id 1DSPDh-0005dH-00; Sun, 01 May 2005 20:55:33 -0400 Date: Mon, 02 May 2005 00:55:00 -0000 From: Bob Rossi To: Eli Zaretskii , Dennis Brueni , gdb-patches@sources.redhat.com Subject: Re: [RFC] fullname attribute for GDB/MI stack frames Message-ID: <20050502005533.GB21588@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> <20050501183444.GA20757@white> <20050501190218.GA9429@nevyn.them.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050501190218.GA9429@nevyn.them.org> User-Agent: Mutt/1.3.28i X-SW-Source: 2005-05/txt/msg00034.txt.bz2 On Sun, May 01, 2005 at 03:02:18PM -0400, Daniel Jacobowitz wrote: > On Sun, May 01, 2005 at 02:34:44PM -0400, Bob Rossi wrote: > > Either way, I'm going to submit a patch later today which will add a > > variable to mi-support.exp similar to mi_gdb_prompt. The variable will > > describe the syntax of a fullname field. It will abstract the details > > and complications from new users trying to write testcase's. > > > > I'll try to find time to make this quick change tonight. If people don't > > like this idea, let me know. > > How about adding a variable to lib/gdb.exp to describe the format of an > absolute path, instead? Unless you were planning to check for proper > quoting, et cetera. I think this would be more useful. OK, I'll do exactly that. Seems to be more general purpose. I've tested the regex that Eli posted and had one quick question for him (or anyone else). Once that is resolved, I'll post the patch. Thanks, Bob Rossi