]> 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)
committerCorinna Vinschen <corinna@vinschen.de>
Thu, 23 Apr 2015 19:57:10 +0000 (21:57 +0200)
commitd89cc269039817729020bb6092efccd5bf520cd4
tree0080fc8d571b4fe0745b5544c2ac3dc086a8ed3b
parent9afde4dff449f9fac207de548fff34a44f5eb6ea
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.033162 seconds and 5 git commands to generate.