Date: Mon, 2 Apr 2001 10:13:27 +0200 (IST) From: Eli Zaretskii Message-Id: <200104020813.KAA27119@is.elta.co.il> To: deo AT logos-m DOT ru CC: gdb AT sources DOT redhat DOT com, sandmann AT clio DOT rice DOT edu, djgpp-workers AT delorie DOT com In-reply-to: <12289438285.20010330142921@logos-m.ru> (message from egor duda on Fri, 30 Mar 2001 14:29:21 +0400) Subject: Re: Adding support for core files to DJGPP References: <200103300906 DOT EAA18026 AT indy DOT delorie DOT com> <12289438285 DOT 20010330142921 AT logos-m DOT ru> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > 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?