From: Eli Zaretskii Date: Sat, 11 Jun 2005 13:02:39 +0000 (+0000) Subject: Mention emacs-buffer.gdb. X-Git-Tag: emacs-pretest-22.0.90~9049 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=270bf00e3a9a6f360fa4c7ba39f5b619f633f6b6;p=emacs.git Mention emacs-buffer.gdb. --- diff --git a/etc/DEBUG b/etc/DEBUG index fe3bde0c3b8..a29e5fd3e6c 100644 --- a/etc/DEBUG +++ b/etc/DEBUG @@ -576,6 +576,13 @@ these data structures on the respective headers to remove the `:N' bitfield definitions (which will cause each such field to use a full int). +** How to recover buffer contents from an Emacs core dump file + +The file etc/emacs-buffer.gdb defines a set of GDB commands for +recovering the contents of Emacs buffers from a core dump file. You +might also find those commands useful for displaying the list of +buffers in human-readable format from within the debugger. + ** Some suggestions for debugging on MS Windows: (written by Marc Fleischeuers, Geoff Voelker and Andrew Innes)