reactos/sdk
Timo Kreuzer f1ed97d6cc [NTOS:KE/x64] Implement KiSetTrapContext
KiSetTrapContext is an asm wrapper around RtlSetUnwindContext, which first stores an exception frame to assure that all non-volatile registers were put on the stack, then calls RtlSetUnwindContext to update their first saving positions on the stack and finally restore the exception frame to potentially load any updated registers, that haven't been saved elsewhere on the stack.
2021-06-02 18:25:36 +02:00
..
cmake [HOST-TOOLS] Configure environment for MSVC cross-compiling 2021-05-24 17:34:49 +02:00
include [NTOS:KE/x64] Implement KiSetTrapContext 2021-06-02 18:25:36 +02:00
lib [RTL/x64] Implement RtlpCaptureNonVolatileContextPointers and RtlSetUnwindContext 2021-06-02 18:25:36 +02:00
tools [TXT2NLS] Rewrite the tool 2021-05-19 22:50:29 +02:00