From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24642 invoked by alias); 6 Jun 2008 21:54:39 -0000 Received: (qmail 24634 invoked by uid 22791); 6 Jun 2008 21:54:38 -0000 X-Spam-Check-By: sourceware.org Received: from bluesmobile.specifix.com (HELO bluesmobile.specifix.com) (216.129.118.140) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jun 2008 21:54:21 +0000 Received: from [127.0.0.1] (bluesmobile.specifix.com [216.129.118.140]) by bluesmobile.specifix.com (Postfix) with ESMTP id E086A3C748; Fri, 6 Jun 2008 14:54:19 -0700 (PDT) Subject: Re: How can I get a memory map out of a core file? From: Michael Snyder To: Bruce Korb Cc: gdb@sourceware.org In-Reply-To: <668c430c0806061345m3c480d95nac5d19b02998715c@mail.gmail.com> References: <668c430c0806061345m3c480d95nac5d19b02998715c@mail.gmail.com> Content-Type: text/plain Date: Fri, 06 Jun 2008 21:54:00 -0000 Message-Id: <1212789259.3601.426.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.10.3 (2.10.3-7.fc7) 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: 2008-06/txt/msg00044.txt.bz2 On Fri, 2008-06-06 at 13:45 -0700, Bruce Korb wrote: > Hi, > > "jmap" looked really nice, but that is Solaris only. > "pmap" is almost what I want, but there's no /proc/pid directory > for my core dump any more. > If there is some GDB command I can use, I haven't found it. > I haven't seen any obvious way to emulate it either. > Surely someone, somewhere has solved this problem. > Anyone know where the solution is hiding? :) > Thank you. Regards - Bruce Try "help info proc mappings". It may be the closest we've got to what you want.