Date: Tue, 28 Oct 1997 10:35:42 +0200 (IST) From: Eli Zaretskii To: "Przemyslaw G. Gawronski" cc: djgpp user list Subject: Re: core dump In-Reply-To: <3454B338.783A@usa.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk On Mon, 27 Oct 1997, Przemyslaw G. Gawronski wrote: > Is there an easy method to make something like a core dump using DJGPP > v2 ? It depends on what you need this for, and what is your interpretation of ``easy''. You should really describe the problem which you are trying to solve, not just ask about details for some solution to that problem. For one way of writing the memory image to a disk file, look in the Emacs source distribution (e.g., v2gnu/em1934s1.zip from the same place you get DJGPP), in the src/unexec.c file. Since you didn't supply the details as to what would be the uses of the core image, I cannot judge whether this is what you want.