From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29951 invoked by alias); 6 Jun 2008 20:46:13 -0000 Received: (qmail 29943 invoked by uid 22791); 6 Jun 2008 20:46:13 -0000 X-Spam-Check-By: sourceware.org Received: from yw-out-1718.google.com (HELO yw-out-1718.google.com) (74.125.46.153) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 06 Jun 2008 20:45:42 +0000 Received: by yw-out-1718.google.com with SMTP id 9so785123ywk.48 for ; Fri, 06 Jun 2008 13:45:30 -0700 (PDT) Received: by 10.150.91.17 with SMTP id o17mr849837ybb.222.1212785130123; Fri, 06 Jun 2008 13:45:30 -0700 (PDT) Received: by 10.150.57.4 with HTTP; Fri, 6 Jun 2008 13:45:30 -0700 (PDT) Message-ID: <668c430c0806061345m3c480d95nac5d19b02998715c@mail.gmail.com> Date: Fri, 06 Jun 2008 20:46:00 -0000 From: "Bruce Korb" To: gdb@sourceware.org Subject: How can I get a memory map out of a core file? MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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/msg00043.txt.bz2 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