Zebediah Figura : ntdll: Use a separate +unwind debug channel for unwinding on x86-64.
Module: wine Branch: master Commit: dae60a374ed7122052a4a18837cf12a81dd75c1b URL: https://source.winehq.org/git/wine.git/?a=commit;h=dae60a374ed7122052a4a1883... Author: Zebediah Figura <zfigura(a)codeweavers.com> Date: Fri Jul 16 12:37:18 2021 -0500 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(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/ntdll/signal_x86_64.c | 74 +++++++++++++++++++++-------------------- dlls/ntdll/unix/signal_x86_64.c | 41 ++++++++++++----------- 2 files changed, 59 insertions(+), 56 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dae60a374ed7122052a4a...
participants (1)
-
Alexandre Julliard