This is the mail archive of the
gdb@sourceware.org
mailing list for the GDB project.
Re: How can I get a memory map out of a core file?
- From: Michael Snyder <msnyder at specifix dot com>
- To: Bruce Korb <bruce dot korb at gmail dot com>
- Cc: gdb at sourceware dot org
- Date: Fri, 06 Jun 2008 14:54:19 -0700
- Subject: Re: How can I get a memory map out of a core file?
- References: <668c430c0806061345m3c480d95nac5d19b02998715c@mail.gmail.com>
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.