From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2311 invoked by alias); 23 Sep 2010 17:00:21 -0000 Received: (qmail 2294 invoked by uid 22791); 23 Sep 2010 17:00:19 -0000 X-SWARE-Spam-Status: No, hits=-4.7 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_HI,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from smtp-outbound-1.vmware.com (HELO smtp-outbound-1.vmware.com) (65.115.85.69) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 23 Sep 2010 17:00:15 +0000 Received: from mailhost2.vmware.com (mailhost2.vmware.com [10.16.67.167]) by smtp-outbound-1.vmware.com (Postfix) with ESMTP id 7DF135B002; Thu, 23 Sep 2010 10:00:11 -0700 (PDT) Received: from msnyder-server.eng.vmware.com (promd-2s-dhcp138.eng.vmware.com [10.20.124.138]) by mailhost2.vmware.com (Postfix) with ESMTP id 4D89B8E677; Thu, 23 Sep 2010 10:00:11 -0700 (PDT) Message-ID: <4C9B879A.6050508@vmware.com> Date: Thu, 23 Sep 2010 17:00:00 -0000 From: Michael Snyder User-Agent: Thunderbird 2.0.0.24 (X11/20100903) MIME-Version: 1.0 To: Richard Hedin CC: "'gdb@sourceware.org'" Subject: Re: heap info References: <59803715F2379947A4B8AFDBB4596B02126DAC@spswchi6mail1.peak6.net> In-Reply-To: <59803715F2379947A4B8AFDBB4596B02126DAC@spswchi6mail1.peak6.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: 2010-09/txt/msg00122.txt.bz2 Richard Hedin wrote: > Hello all. > > I need to find out which object in my application is growing without limit. In this documentation: > > http://docs.hp.com/en/13243/gdb58.pdf > > it appears as though I can issue: > > heap info > > and get what I want. When I examine the pdf for GDB Ninth Edition, there is no mention of these heap-related commands. > > Are there any plans for "heap info" in the main branch? Alternatively, since the Hewlett-Package version is presumably GNU-licensed, can I download it and work my will on it? This work was never contributed back to FSF by HP. You would have to speak to HP about whether their version of gdb can be downloaded.