From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19191 invoked by alias); 24 Sep 2010 01:43:37 -0000 Received: (qmail 19177 invoked by uid 22791); 24 Sep 2010 01:43:37 -0000 X-SWARE-Spam-Status: No, hits=-6.2 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,SPF_HELO_PASS,T_RP_MATCHES_RCVD 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; Fri, 24 Sep 2010 01:43:32 +0000 Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id o8O1hSGT008583 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 23 Sep 2010 21:43:28 -0400 Received: from ns3.rdu.redhat.com (ns3.rdu.redhat.com [10.11.255.199]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id o8O1hRDh004122; Thu, 23 Sep 2010 21:43:27 -0400 Received: from opsy.redhat.com (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id o8O1hQuC019179; Thu, 23 Sep 2010 21:43:26 -0400 Received: by opsy.redhat.com (Postfix, from userid 500) id 92961378875; Thu, 23 Sep 2010 19:43:25 -0600 (MDT) From: Tom Tromey To: Richard Hedin Cc: "'gdb\@sourceware.org'" Subject: Re: heap info References: <59803715F2379947A4B8AFDBB4596B02126DAC@spswchi6mail1.peak6.net> Date: Fri, 24 Sep 2010 01:43:00 -0000 In-Reply-To: <59803715F2379947A4B8AFDBB4596B02126DAC@spswchi6mail1.peak6.net> (Richard Hedin's message of "Thu, 23 Sep 2010 09:09:56 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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: 2010-09/txt/msg00124.txt.bz2 >>>>> "Richard" == Richard Hedin writes: Richard> I need to find out which object in my application is growing Richard> without limit. In this documentation: Richard> http://docs.hp.com/en/13243/gdb58.pdf Richard> it appears as though I can issue: Other people addressed this... Richard> Are there any plans for "heap info" in the main branch? Richard> Alternatively, since the Hewlett-Package version is presumably Richard> GNU-licensed, can I download it and work my will on it? You might be interested in this: https://fedorahosted.org/gdb-heap/ I'm not familiar with the HP stuff, so I don't know whether this code will satisfy your needs. But, it is at least worth a try, and I'm sure the authors would be interested in bug reports :-) Tom