ntdll: Add debug registers to the context of all exceptions.
authorAlexandre Julliard <julliard@winehq.org>
Fri, 13 Jan 2006 12:58:14 +0000 (13:58 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Jan 2006 12:58:14 +0000 (13:58 +0100)
commit2878d9921669aaceb840ce460be4026f039076ec
treee21c95fb0e7330727168f3168d10b828269388ae
parentd6bfc17ba345047b83068612f4c44587d481e73c
ntdll: Add debug registers to the context of all exceptions.
Maintain a local cache of the debug registers to avoid server calls
where possible.
dlls/ntdll/ntdll_misc.h
dlls/ntdll/signal_i386.c
dlls/ntdll/thread.c
include/wine/server_protocol.h
include/winternl.h
server/protocol.def
server/thread.c
server/trace.c