Files
serenity/Kernel/API
NoobZang 2a417fc55f Kernel/aarch64+LibDebug: Implement full software step support
Add a PT_SINGLESTEP request to the ptrace API and implement its
handing logic in the kernel.

Update the debugger to call ptrace(PT_SINGLESTEP) instead of directly
poking registers.

Ensure MDSCR_EL1.SS is properly cleared and then reloaded when a
software step occurs.
2025-07-13 13:16:44 -04:00
..