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
F167911285: D44739.id.diff
Tue, Aug 25, 9:44 AM
F167856161: D44739.diff
Tue, Aug 25, 1:06 AM
Unknown Object (File)
Fri, Aug 14, 10:42 AM
Unknown Object (File)
Wed, Aug 12, 11:57 PM
Unknown Object (File)
Wed, Aug 12, 9:49 PM
Unknown Object (File)
Tue, Aug 11, 6:16 PM
Unknown Object (File)
Tue, Aug 11, 1:57 PM
Unknown Object (File)
Mon, Aug 10, 11:07 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 Skipped
Unit
Tests Skipped
Build Status
Buildable 57714
Build 54602: arc lint + arc unit

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