From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29173 invoked by alias); 2 Apr 2005 09:22:37 -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 29054 invoked from network); 2 Apr 2005 09:22:24 -0000 Received: from unknown (HELO romy.inter.net.il) (192.114.186.66) by sourceware.org with SMTP; 2 Apr 2005 09:22:24 -0000 Received: from zaretski (IGLD-80-230-67-97.inter.net.il [80.230.67.97]) by romy.inter.net.il (MOS 3.5.6-GR) with ESMTP id AWU23951 (AUTH halo1); Sat, 2 Apr 2005 12:22:16 +0300 (IDT) Date: Sat, 02 Apr 2005 09:22:00 -0000 From: "Eli Zaretskii" To: "Dennis Brueni" Message-ID: <01c53765$Blat.v2.4$12f38160@zahav.net.il> Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=ISO-8859-1 CC: gdb-patches@sources.redhat.com, bob@brasko.net In-reply-to: (dbrueni@slickedit.com) Subject: Re: [RFC] fullname attribute for GDB/MI stack frames Reply-to: Eli Zaretskii References: X-SW-Source: 2005-04/txt/msg00025.txt.bz2 > Date: Fri, 1 Apr 2005 14:13:33 -0500 > From: "Dennis Brueni" > Cc: > > As promised, here is an updated patch set with the regex > changes you suggested, plus checking for a little more directory > information with respect to the fullname path, to the extent > that we can be sure the test case still passes in all environments. Thanks. The doco part is approved, with the following minor comment: > + 2005-03-29 Dennis Brueni > + > + * gdb.texinfo: Update docs for MI stack frames with fullname attribute. > + Please mention in teh ChangeLog entries the names of the nodes where you made changes (in parens, as if they were function names). For example: * gdb.texinfo (First Node, Second Node): Update docs for MI