Mercurial > emacs
comparison etc/DEBUG @ 63310:58942e3c1b56
Mention emacs-buffer.gdb.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 11 Jun 2005 13:02:39 +0000 |
parents | ec7a860cdd57 |
children | f05a048483cc a1b34dec1104 |
comparison
equal
deleted
inserted
replaced
63309:a500d3fcf4a9 | 63310:58942e3c1b56 |
---|---|
574 rid of the false alarms, you will have to hack the definitions of | 574 rid of the false alarms, you will have to hack the definitions of |
575 these data structures on the respective headers to remove the `:N' | 575 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) |
582 | 589 |
583 To debug Emacs with Microsoft Visual C++, you either start emacs from | 590 To debug Emacs with Microsoft Visual C++, you either start emacs from |