• Martin Storsjo's avatar
    ntdll: Fix more corner cases for arm64 packed info unwinding. · 3395ee36
    Martin Storsjo authored
    Make sure to restore sp from fp for CR == 3.
    
    Fix unwinding of partial prologues/epilogues - the previous logic
    had an off-by-one for the pos/skip handling; fix a few more
    corner cases with odd number of saved registers.
    
    Functions with the H flag set (saving x0-x7 on the stack) should
    be considred having 4 nops (for the instructions saving the
    registers) in the prologue for unwind purposes. When unwinding
    through a partial epilogue, the same 4 nops should also be
    considered to be there (even though no sane epilogue would restore
    the registers there) based on how windows handles partial epilogue
    unwinding in those cases.
    
    Uncomment prologue/epilogue cases in an existing test and add
    tests for many more cases.
    Signed-off-by: 's avatarMartin Storsjo <martin@martin.st>
    Signed-off-by: 's avatarAlexandre Julliard <julliard@winehq.org>
    3395ee36
Name
Last commit
Last update
dlls Loading commit data...
documentation Loading commit data...
fonts Loading commit data...
include Loading commit data...
libs Loading commit data...
loader Loading commit data...
nls Loading commit data...
po Loading commit data...
programs Loading commit data...
server Loading commit data...
tools Loading commit data...
.editorconfig Loading commit data...
.mailmap Loading commit data...
ANNOUNCE Loading commit data...
AUTHORS Loading commit data...
COPYING.LIB Loading commit data...
LICENSE Loading commit data...
LICENSE.OLD Loading commit data...
MAINTAINERS Loading commit data...
Makefile.in Loading commit data...
README Loading commit data...
VERSION Loading commit data...
aclocal.m4 Loading commit data...
configure Loading commit data...
configure.ac Loading commit data...