This is the mail archive of the gdb@sources.redhat.com 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: missing text segment in Elf dump


On Thu, Aug 15, 2002 at 11:10:12AM -0700, Lucy Zhang wrote:
> Hi,
> 
> When GDB is debugging an ELF core dump, what is it use for the text segment.
> I realized in the Elf core that I've created from another dump file, that
> the text segment is cut off because the size is too big. The actual text
> segment spans 0x8048000  - 0x98cc4e0, but I only included the first 8MB of
> the area in the ELF dump. So I'm wondering what affects will this have on
> GDB? what kind of information will be missing due to the incomplete text
> segment?

Most ELF core dumps don't even include the text segment.  GDB gets it
from the application instead, and only writeable segments are in the
core file...

-- 
Daniel Jacobowitz
MontaVista Software                         Debian GNU/Linux Developer


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