Date: Wed, 7 Mar 2001 10:13:11 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: "Nimrod A. Abing" cc: djgpp AT delorie DOT com, George Foot Subject: Re: Dumping memory for a running program to disk In-Reply-To: <3.0.1.32.20010307152430.006f5b64@wingate> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Wed, 7 Mar 2001, Nimrod A. Abing wrote: > I am currently testing/developing a core dumping facility for DJGPP > programs like on UNIX systems. I've already roughed out the details of what > should go into a core file to enable the DJGPP port of GDB to do > post-mortem debugging. Dumping the call frame traceback addresses and > register states to disk does not seem to be enough (although it is useful > for backtracing already) for full post-mortem debugging support. George Foot posted about 2 years ago a message about post-mortem debugging facility he wrote. You can find the message here: http://www.delorie.com/djgpp/mail-archives/browse.cgi?p=djgpp/1998/09/02/13:52:45 Unfortunately, the URL there is no longer valid, and I couldn't locate the file via Web search. If anyone knows where to find it, please speak up.