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
F153108603: D44739.id.diff
Sun, Apr 19, 5:28 AM
F153011086: D44739.id.diff
Sat, Apr 18, 3:02 PM
Unknown Object (File)
Mon, Apr 13, 2:13 PM
Unknown Object (File)
Mon, Apr 13, 12:47 AM
Unknown Object (File)
Sat, Apr 11, 12:21 PM
Unknown Object (File)
Thu, Apr 9, 10:55 PM
Unknown Object (File)
Sun, Apr 5, 2:45 PM
Unknown Object (File)
Sun, Apr 5, 2:38 AM
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