[Git][wine/wine][master] 7 commits: ntdll: Move single-step handling to the SIGTRAP handler.
Alexandre Julliard pushed to branch master at wine / wine Commits: 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. - - - - - 9 changed files: - dlls/ntdll/unix/env.c - dlls/ntdll/unix/server.c - dlls/ntdll/unix/signal_arm.c - dlls/ntdll/unix/signal_arm64.c - dlls/ntdll/unix/signal_i386.c - dlls/ntdll/unix/signal_x86_64.c - dlls/ntdll/unix/thread.c - dlls/ntdll/unix/unix_private.h - dlls/ntdll/unix/virtual.c View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/303b7903766e15ab898611bc5ab866... -- View it on GitLab: https://gitlab.winehq.org/wine/wine/-/compare/303b7903766e15ab898611bc5ab866... You're receiving this email because of your account on gitlab.winehq.org. Manage all notifications: https://gitlab.winehq.org/-/profile/notifications | Help: https://gitlab.winehq.org/help
participants (1)
-
Alexandre Julliard (@julliard)