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)
Sun, Oct 12, 10:38 PM
Unknown Object (File)
Sun, Oct 12, 12:48 AM
Unknown Object (File)
Sat, Oct 11, 1:48 AM
Unknown Object (File)
Wed, Oct 8, 6:41 PM
Unknown Object (File)
Mon, Sep 29, 6:45 AM
Unknown Object (File)
Tue, Sep 23, 4:30 PM
Unknown Object (File)
Tue, Sep 16, 4:42 AM
Unknown Object (File)
Sep 11 2025, 8:13 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