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: Adding a missing NT_FILES note to a core file so gdb can load solibs for it


On Mon, 25 Jan 2016 16:56:53 +0100, Bogdan Harjoc wrote:
> because read_memory...() reads 0x0 from info->debug_base + lmo->r_map_offset.
> 
> What I can't figure out is where the rld map should be in the core file.

This is usually because I said that most commonly the executable does not
match the one from the core file.  And therefore that computed address is
bogus and statistically memory contains most probably zeroes which is what you
see, the zero.


Jan


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