Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for Windows on ARM #1502

Merged
merged 19 commits into from
Nov 24, 2021
Merged

Add support for Windows on ARM #1502

merged 19 commits into from
Nov 24, 2021

Commits on Nov 18, 2021

  1. Support building for Windows on ARM

    * Fix usage of reserved function name on ARM
    * Fix architecture dependent `CONTEXT` fields access
    GustavoLCR committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    a1f8c84 View commit details
    Browse the repository at this point in the history
  2. Fixes for debugging on Windows on ARM

    * Fix breakpoint behavior on windows on ARM
    * Fix register profile when debugging
    * Remove `drx` error message if not supported
    * Add support for hardware breakpoints
    * Disable support for hardware single-stepping
    GustavoLCR committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    9009fd0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    78ba1c1 View commit details
    Browse the repository at this point in the history
  4. Fix software single-stepping on return instruction on ARM

    * Consider link register as destination for return instructions
    GustavoLCR committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ab50ea0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    228c49e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    27761a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    805cdaa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    0cc5052 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3277345 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b01d05c View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    abf4e53 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    a65f94e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    229f2f6 View commit details
    Browse the repository at this point in the history
  14. Cleanup windows_debug.c

    GustavoLCR committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    ed9009c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c9eac9b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d14557a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    083e543 View commit details
    Browse the repository at this point in the history
  18. Keep drx warning

    GustavoLCR committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    472d9b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2021

  1. Configuration menu
    Copy the full SHA
    f4937d5 View commit details
    Browse the repository at this point in the history