From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5029 invoked by alias); 9 Jun 2008 15:37:49 -0000 Received: (qmail 5013 invoked by uid 22791); 9 Jun 2008 15:37:48 -0000 X-Spam-Check-By: sourceware.org Received: from yx-out-1718.google.com (HELO yx-out-1718.google.com) (74.125.44.156) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 09 Jun 2008 15:37:31 +0000 Received: by yx-out-1718.google.com with SMTP id 6so199379yxn.48 for ; Mon, 09 Jun 2008 08:37:29 -0700 (PDT) Received: by 10.150.83.22 with SMTP id g22mr6510021ybb.146.1213025849351; Mon, 09 Jun 2008 08:37:29 -0700 (PDT) Received: by 10.150.57.4 with HTTP; Mon, 9 Jun 2008 08:37:29 -0700 (PDT) Message-ID: <668c430c0806090837y74ab82e1y9d5d2bed5dae4bd4@mail.gmail.com> Date: Mon, 09 Jun 2008 15:37:00 -0000 From: "Bruce Korb" To: "Luis Machado" , "Bruce Korb" , "Andreas Schwab" , gdb@sourceware.org, "Eli Zaretskii" , "Michael Snyder" Subject: Re: How can I get a memory map out of a core file? In-Reply-To: <20080609152340.GA21379@caradoc.them.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <668c430c0806061345m3c480d95nac5d19b02998715c@mail.gmail.com> <484AD008.8845E46E@dessent.net> <200806071301.09679.Bruce.Korb@gmail.com> <1213023726.10042.78.camel@gargoyle> <20080609152340.GA21379@caradoc.them.org> 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/msg00054.txt.bz2 Hi, On Mon, Jun 9, 2008 at 8:23 AM, Daniel Jacobowitz wrote: > > I don't understand what you have in mind. These are not sections, > they're segments; there are never names associated with them. I know your reply was to Luis, but just for the record: I'm happy now. I just needed to find the right threads to follow to figure out what commands were necessary to figure out which sections of virtual memory were mapped and which were not. So, an index entry connecting "memory map" with "maint info sections" would be really cool for the next person trying to figure out how to do it. :) Thanks - Bruce