diff options
Diffstat (limited to 'etc/DEBUG')
| -rw-r--r-- | etc/DEBUG | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -576,6 +576,13 @@ these data structures on the respective headers to remove the `:N' | |||
| 576 | bitfield definitions (which will cause each such field to use a full | 576 | bitfield definitions (which will cause each such field to use a full |
| 577 | int). | 577 | int). |
| 578 | 578 | ||
| 579 | ** How to recover buffer contents from an Emacs core dump file | ||
| 580 | |||
| 581 | The file etc/emacs-buffer.gdb defines a set of GDB commands for | ||
| 582 | recovering the contents of Emacs buffers from a core dump file. You | ||
| 583 | might also find those commands useful for displaying the list of | ||
| 584 | buffers 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) |