From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14204 invoked by alias); 12 Mar 2013 15:52:59 -0000 Received: (qmail 14194 invoked by uid 22791); 12 Mar 2013 15:52:57 -0000 X-SWARE-Spam-Status: No, hits=-7.5 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; Tue, 12 Mar 2013 15:52:28 +0000 Received: from int-mx02.intmail.prod.int.phx2.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r2CFqSLX002831 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Tue, 12 Mar 2013 11:52:28 -0400 Received: from host2.jankratochvil.net (ovpn-116-26.ams2.redhat.com [10.36.116.26]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r2CFqORA001804 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO); Tue, 12 Mar 2013 11:52:27 -0400 Date: Tue, 12 Mar 2013 15:52:00 -0000 From: Jan Kratochvil To: Kamil Dudka Cc: gdb@sourceware.org Subject: Re: need a way to disable/limit printing template arguments Message-ID: <20130312155224.GA29631@host2.jankratochvil.net> References: <1559575.PHQ9WrXFk1@nbkamil> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1559575.PHQ9WrXFk1@nbkamil> User-Agent: Mutt/1.5.21 (2010-09-15) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2013-03/txt/msg00006.txt.bz2 On Tue, 05 Mar 2013 21:30:04 +0100, Kamil Dudka wrote: > is there any way to disable or limit expansion of template arguments when > printing local variables in gdb? There should be primarily written Python Pretty printers for Boost like they are for libstdc++. Nobody has done so yet. Besides that the output could be smaller with various output optimization like this open Bug (depending on open GCC Bug): type-printing should optionally elide defaulted template parameters http://sourceware.org/bugzilla/show_bug.cgi?id=15251 Jan