Home
last modified time | relevance | path

Searched refs:s_prev_exc_handler (Results 1 – 1 of 1) sorted by relevance

/reactos/modules/rosapps/applications/explorer-old/
H A Di386-stub-win32.c1094 static LPTOP_LEVEL_EXCEPTION_FILTER s_prev_exc_handler = 0; variable
1154 if (s_prev_exc_handler) { in disable_debugging()
1155 SetUnhandledExceptionFilter(s_prev_exc_handler); in disable_debugging()
1156 s_prev_exc_handler = 0; in disable_debugging()
1175 s_prev_exc_handler = SetUnhandledExceptionFilter(exc_handler); in init_gdb_connect()