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)
Tue, Jun 4, 8:17 PM
Unknown Object (File)
Sun, May 19, 9:00 AM
Unknown Object (File)
Fri, May 17, 7:21 PM
Unknown Object (File)
Fri, May 10, 1:00 AM
Unknown Object (File)
May 5 2024, 11:40 PM
Unknown Object (File)
Apr 26 2024, 5:01 AM
Unknown Object (File)
Apr 22 2024, 11:04 AM
Unknown Object (File)
Apr 12 2024, 5:03 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.Sat, May 25, 9:48 PM