reactos/sdk/tools/gcc_plugin_seh
Jérôme Gardou 37bc01f42b [CMAKE] Introduce a GCC plugin for helping with amd64 SEH implementation
\#pragma REACTOS SEH(except)
\#pragma REACTOS SEH(finally)
What it does is counting the number of SEH __try blocks and emit the proper assembly statements at function prologue
It also checks for mixing C++ & SEH exception handling, which wouldn't work
2021-04-28 13:10:23 +02:00
..
CMakeLists.txt [CMAKE] Introduce a GCC plugin for helping with amd64 SEH implementation 2021-04-28 13:10:23 +02:00
main.cpp [CMAKE] Introduce a GCC plugin for helping with amd64 SEH implementation 2021-04-28 13:10:23 +02:00