How can I get a memory map out of a core file?
Michael Snyder
msnyder@specifix.com
Fri Jun 6 21:54:00 GMT 2008
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.
More information about the Gdb
mailing list