From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5151 invoked by alias); 6 Dec 2012 10:04:13 -0000 Received: (qmail 5142 invoked by uid 22791); 6 Dec 2012 10:04:12 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,KHOP_RCVD_UNTRUST,KHOP_SPAMHAUS_DROP,RCVD_IN_DNSWL_HI,RCVD_IN_HOSTKARMA_W,RP_MATCHES_RCVD,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 06 Dec 2012 10:04:03 +0000 Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id qB6A41dF011621 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 6 Dec 2012 05:04:01 -0500 Received: from host2.jankratochvil.net (ovpn-116-104.ams2.redhat.com [10.36.116.104]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id qB6A3uJi016791 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Thu, 6 Dec 2012 05:03:59 -0500 Date: Thu, 06 Dec 2012 10:04:00 -0000 From: Jan Kratochvil To: Tom Tromey Cc: Eli Zaretskii , gdb-patches@sourceware.org, hal9000ed2k@gmail.com Subject: Re: [patchv2] GDB 7.2: new feature for "backtrace" that cuts path to file (remain filename) Message-ID: <20121206100356.GA23323@host2.jankratochvil.net> References: <20121130185653.GA15394@host2.jankratochvil.net> <83lidiu9im.fsf@gnu.org> <20121201172732.GB20612@host2.jankratochvil.net> <837gp1u18h.fsf@gnu.org> <20121201175527.GA21574@host2.jankratochvil.net> <87sj7kqiwa.fsf@fleche.redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87sj7kqiwa.fsf@fleche.redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-12/txt/msg00105.txt.bz2 On Wed, 05 Dec 2012 22:38:29 +0100, Tom Tromey wrote: [...] > Jan> +proc out_cu { name cu_dir cu_name line_dir line_name } { > > I like my DWARF assembler better ;-) As long as it is established gdb.dwarf2/ tool everyone knows and in use for significant part of gdb.dwarf2/ new files I agree. Until then I find the specific code of this testcase more simple than the whole generic assembler + its use case in TCL. As the right solution I see abandoning TCL but not trying to push that now. Thanks, Jan