]> sourceware.org Git - newlib-cygwin.git/commit
Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a siginfo_t *
authorJon TURNEY <jon.turney@dronecode.org.uk>
Mon, 30 Mar 2015 19:56:03 +0000 (20:56 +0100)
committerJon TURNEY <jon.turney@dronecode.org.uk>
Wed, 1 Apr 2015 17:32:01 +0000 (18:32 +0100)
commit431b28c19663232eefd4aeb54b7480040e57bb2a
tree5fe180e6b4ba05997c3a6edeebcdc9118f68dc74
parentabf6791ecb3e4b7ed68bce33d0c81b8505cfd2c8
Add cygwin_internal() operation to retrieve the EXCEPTION_RECORD from a siginfo_t *

* external.cc (cygwin_internal): Add operation to retrieve a copy
of the EXCEPTION_RECORD from a siginfo_t *.
* include/sys/cygwin.h (cygwin_getinfo_types): Ditto.
* exception.h (cygwin_exception): Add exception_record accessor.

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
winsup/cygwin/ChangeLog
winsup/cygwin/exception.h
winsup/cygwin/external.cc
winsup/cygwin/include/sys/cygwin.h
This page took 0.031984 seconds and 5 git commands to generate.