aboutsummaryrefslogtreecommitdiffstats
path: root/etc/DEBUG
diff options
context:
space:
mode:
Diffstat (limited to 'etc/DEBUG')
-rw-r--r--etc/DEBUG7
1 files changed, 7 insertions, 0 deletions
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'
576bitfield definitions (which will cause each such field to use a full 576bitfield definitions (which will cause each such field to use a full
577int). 577int).
578 578
579** How to recover buffer contents from an Emacs core dump file
580
581The file etc/emacs-buffer.gdb defines a set of GDB commands for
582recovering the contents of Emacs buffers from a core dump file. You
583might also find those commands useful for displaying the list of
584buffers in human-readable format from within the debugger.
585
579** Some suggestions for debugging on MS Windows: 586** Some suggestions for debugging on MS Windows:
580 587
581 (written by Marc Fleischeuers, Geoff Voelker and Andrew Innes) 588 (written by Marc Fleischeuers, Geoff Voelker and Andrew Innes)