diff options
| author | Eli Zaretskii | 2013-08-09 13:18:48 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2013-08-09 13:18:48 +0300 |
| commit | 55902276706ea2db832ad5748a18ab392a0873f1 (patch) | |
| tree | e58949701e4875e2282826282248ad21a101b87f /src/ChangeLog | |
| parent | 6e164c210a090beeaaf8682343982740b65133f9 (diff) | |
| download | emacs-55902276706ea2db832ad5748a18ab392a0873f1.tar.gz emacs-55902276706ea2db832ad5748a18ab392a0873f1.zip | |
Define a few variables of obscure types to aid debugging exceptions on Windows.
src/w32.c (PEXCEPTION_POINTERS, PEXCEPTION_RECORD, PCONTEXT): Define
variables of these types so that GDB would know about them, as aid
for debugging fatal exceptions. (Bug#15024) See also
http://sourceware.org/ml/gdb/2013-08/msg00010.html for related
discussions.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index d57086f7141..aa424d2ec06 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-08-09 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (PEXCEPTION_POINTERS, PEXCEPTION_RECORD, PCONTEXT): Define | ||
| 4 | variables of these types so that GDB would know about them, as aid | ||
| 5 | for debugging fatal exceptions. (Bug#15024) See also | ||
| 6 | http://sourceware.org/ml/gdb/2013-08/msg00010.html for related | ||
| 7 | discussions. | ||
| 8 | |||
| 1 | 2013-08-08 Jan Djärv <jan.h.d@swipnet.se> | 9 | 2013-08-08 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 10 | ||
| 3 | * nsterm.m (ns_update_begin): Don't change clip path if it would be | 11 | * nsterm.m (ns_update_begin): Don't change clip path if it would be |