Page MenuHomeFreeBSD

arm64/vmm: Add breakpoint and single-stepping support
Needs ReviewPublic

Authored by markj on Apr 10 2024, 4:07 PM.
Tags
None
Referenced Files
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)
Sun, May 5, 11:40 PM
Unknown Object (File)
Fri, Apr 26, 5:01 AM
Unknown Object (File)
Apr 22 2024, 11:04 AM
Unknown Object (File)
Apr 12 2024, 5:03 PM
Subscribers

Details

Reviewers
jhb
andrew
manu
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.