Define a few variables of obscure types to aid debugging exceptions on Windows.
authorEli Zaretskii <eliz@gnu.org>
Fri, 9 Aug 2013 10:18:48 +0000 (13:18 +0300)
committerEli Zaretskii <eliz@gnu.org>
Fri, 9 Aug 2013 10:18:48 +0000 (13:18 +0300)
commit55902276706ea2db832ad5748a18ab392a0873f1
treee58949701e4875e2282826282248ad21a101b87f
parent6e164c210a090beeaaf8682343982740b65133f9
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.
src/ChangeLog
src/w32.c