Date: Thu, 4 Jul 1996 10:58:57 -0400 Message-Id: <199607041458.KAA02385@delorie.com> From: DJ Delorie To: eliz AT is DOT elta DOT co DOT il CC: sandmann AT clio DOT rice DOT edu, djgpp AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Thu, 4 Jul 1996 10:54:39 +0200 (IST)) Subject: Re: Core files under DJGPP. > Isn't something like `unexec' from Emacs what we are looking for? No. unexec doesn't save the CPU state. It saves the code and data sections, but not the stack or registers. We don't need the code section for a core dump.