This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How can I get a memory map out of a core file?


Brian Dessent <brian@dessent.net> writes:

> Local core dump file:
>         `/home/brian/core', file type elf32-i386.
>         0x08054000 - 0x08055000 is load2
>         0x08055000 - 0x08058000 is load3
>         0x40016000 - 0x40017000 is load5
>         0xbffff000 - 0xc0000000 is load6
>         0xffffe000 - 0xfffff000 is load7
>
> Though I suppose those section names are not really all that useful,

Those are not sections (a corefile does not contain any sections), but
segments (which are unnamed).

Andreas.

-- 
Andreas Schwab, SuSE Labs, schwab@suse.de
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]