1. 08 Mar, 2023 2 commits
  2. 14 Feb, 2023 1 commit
  3. 21 Nov, 2022 1 commit
  4. 10 Nov, 2022 2 commits
  5. 07 Nov, 2022 1 commit
  6. 03 Nov, 2022 1 commit
  7. 21 Jul, 2022 1 commit
  8. 30 Jun, 2022 1 commit
  9. 07 Jun, 2022 1 commit
  10. 09 Dec, 2021 1 commit
  11. 17 Aug, 2021 1 commit
  12. 07 Jul, 2021 1 commit
  13. 10 Jun, 2021 1 commit
  14. 25 May, 2021 1 commit
  15. 03 Mar, 2021 1 commit
  16. 22 Feb, 2021 1 commit
  17. 08 Feb, 2021 3 commits
  18. 21 Dec, 2020 1 commit
  19. 17 Dec, 2020 1 commit
  20. 06 Oct, 2020 2 commits
  21. 05 Oct, 2020 1 commit
  22. 17 Sep, 2020 1 commit
  23. 07 Sep, 2020 1 commit
    • 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
  24. 04 Sep, 2020 1 commit
  25. 27 Aug, 2020 1 commit
  26. 25 Aug, 2020 4 commits
  27. 21 Aug, 2020 1 commit
  28. 20 Aug, 2020 1 commit
  29. 14 Aug, 2020 1 commit
  30. 28 Jul, 2020 1 commit
  31. 30 Jun, 2020 1 commit
  32. 25 Jun, 2020 1 commit