Sweden-Number/dlls/ntdll/unix
Zebediah Figura dae60a374e ntdll: Use a separate +unwind debug channel for unwinding on x86-64.
Constant spam from unwinding routines makes +seh logs hard to read, especially
for programs that throw a lot of exceptions as part of normal execution. Since
unwind information is rarely useful, don't display it unless specifically
requested.

Make +unwind the default channel in these files, though, since there are more
unwind messages than exception messages.

Signed-off-by: Zebediah Figura <zfigura@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2021-07-19 12:30:48 +02:00
..
cdrom.c
debug.c
env.c ntdll: Fix locale detection on Mac. 2021-07-19 12:20:24 +02:00
file.c ntdll: Avoid calling NtCreateFile() from the Unix side. 2021-07-08 16:49:41 +02:00
loader.c ntdll: Add support for LdrSystemDllInitBlock. 2021-07-07 16:33:29 +02:00
loadorder.c
process.c ntdll: Avoid calling NtReadFile() from the Unix side. 2021-07-08 16:49:53 +02:00
registry.c ntdll: Avoid calling NtCreateFile() from the Unix side. 2021-07-08 16:49:41 +02:00
security.c ntdll: Implement NtQueryInformationToken(TokenSessionId). 2021-07-01 22:34:31 +02:00
serial.c
server.c ntdll: Pass a length pointer instead of an IO_STATUS_BLOCK to the async callbacks. 2021-07-08 16:21:51 +02:00
signal_arm.c ntdll: Add a helper function to retrieve the CPU area context on the Unix side. 2021-07-01 12:46:00 +02:00
signal_arm64.c ntdll: Don't rely on get_thread_context() updating the context flags. 2021-06-29 15:25:42 +02:00
signal_i386.c ntdll: Add a helper function to retrieve the CPU area context on the Unix side. 2021-07-01 12:46:00 +02:00
signal_x86_64.c ntdll: Use a separate +unwind debug channel for unwinding on x86-64. 2021-07-19 12:30:48 +02:00
socket.c ws2_32: Move the getsockopt(IP_TTL) implementation to ntdll. 2021-07-10 15:38:42 +02:00
sync.c
system.c ntdll: Implement SystemEmulation* information classes. 2021-07-05 13:41:27 +02:00
tape.c
thread.c ntdll: Add a helper function to retrieve the CPU area context on the Unix side. 2021-07-01 12:46:00 +02:00
unix_private.h ntdll: Don't restore %fs selector on nested signals. 2021-07-09 21:08:46 +02:00
virtual.c ntdll: Don't restore %fs selector on nested signals. 2021-07-09 21:08:46 +02:00