From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: deo@logos-m.ru Cc: gdb@sources.redhat.com, sandmann@clio.rice.edu, djgpp-workers@delorie.com Subject: Re: Adding support for core files to DJGPP Date: Mon, 02 Apr 2001 01:19:00 -0000 Message-id: <200104020813.KAA27119@is.elta.co.il> References: <200103300906.EAA18026@indy.delorie.com> <12289438285.20010330142921@logos-m.ru> X-SW-Source: 2001-04/msg00009.html > Date: Fri, 30 Mar 2001 14:29:21 +0400 > From: egor duda > > i implemented core files for cygwin some time ago. the core file is > created in elf format. Thanks for the info. > all committed pages in process address space are written to .mem > sections I don't see .mem sections mentioned anywhere in the SysV ABI documents available from http://www.sco.com/developer/devspecs/ . Did I miss something? Is there any other documentation about ELF available somewhere, where these sections are documented? > winsup/utils/dumper.cc -- utility to create core file. Does this mean that the segfaulting application itself doesn't write the core file?