-
12db5bd2
by Alexandre Julliard at 2026-05-11T14:50:36+02:00
ntdll: Move single-step handling to the SIGTRAP handler.
-
c469a6a5
by Alexandre Julliard at 2026-05-11T16:17:36+02:00
ntdll: Don't allow getting/setting the context for threads without a TEB.
-
bfb88114
by Alexandre Julliard at 2026-05-11T16:17:36+02:00
ntdll: Don't try to return from syscall for threads without a TEB.
-
0f82d287
by Alexandre Julliard at 2026-05-11T16:17:36+02:00
ntdll: Handle signals in thread without a TEB.
-
5fe9b20f
by Alexandre Julliard at 2026-05-11T16:17:36+02:00
ntdll: Don't raise an exception for threads without a TEB.
-
4ea8bc29
by Alexandre Julliard at 2026-05-11T16:18:18+02:00
ntdll: Support last error functions in threads without a TEB.
-
35437534
by Alexandre Julliard at 2026-05-11T16:23:12+02:00
ntdll: Pass the thread data explicitly in a few more functions.