Page MenuHomeFreeBSD

arm64/vmm: Add breakpoint and single-stepping support
ClosedPublic

Authored by markj on Apr 10 2024, 4:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 3, 5:45 PM
Unknown Object (File)
Sun, Mar 9, 3:17 PM
Unknown Object (File)
Feb 27 2025, 4:04 AM
Unknown Object (File)
Feb 10 2025, 8:28 AM
Unknown Object (File)
Feb 9 2025, 11:51 AM
Unknown Object (File)
Jan 26 2025, 6:18 PM
Unknown Object (File)
Jan 23 2025, 9:32 PM
Unknown Object (File)
Jan 23 2025, 6:37 PM
Subscribers

Details

Summary

This will be used to implement parts of bhyve's gdb stub.

Sponsored by: Innovate UK

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

  • Use a bitmask to record which capabilities are enabled. This is closer to what amd64 does.
  • Disable hardware interrupts when enabling single-stepping. Otherwise we take a timer interrupt before single-stepping the target and don't make progress.
This revision is now accepted and ready to land.May 25 2024, 9:48 PM