Page MenuHomeFreeBSD

bhyve: Prepare to add arm64 support to the gdb stub
ClosedPublic

Authored by markj on Jan 17 2024, 11:21 PM.
Tags
None
Referenced Files
F132868934: D43483.id133206.diff
Mon, Oct 20, 4:33 PM
F132809738: D43483.id132900.diff
Mon, Oct 20, 4:04 AM
Unknown Object (File)
Sat, Oct 11, 5:19 AM
Unknown Object (File)
Mon, Oct 6, 12:12 PM
Unknown Object (File)
Sep 19 2025, 5:39 PM
Unknown Object (File)
Sep 13 2025, 3:08 AM
Unknown Object (File)
Sep 13 2025, 12:05 AM
Unknown Object (File)
Aug 23 2025, 11:14 AM

Details

Summary

In particular:

  • Stop assuming that the breakpoint size is one byte.
  • Avoid referencing the "rip" field in machine-independent code, use a helper.

No functional change intended.

Sponsored by: Innovate UK

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 55555
Build 52444: arc lint + arc unit

Event Timeline

This revision is now accepted and ready to land.Jan 18 2024, 8:23 AM
usr.sbin/bhyve/gdb.c
1292–1293
1325
markj marked 2 inline comments as done.

Handle John's comments.

This revision now requires review to proceed.Jan 22 2024, 11:55 PM
This revision is now accepted and ready to land.Jan 23 2024, 8:05 AM