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
Unknown Object (File)
Fri, Nov 14, 12:06 PM
Unknown Object (File)
Thu, Nov 13, 11:12 PM
Unknown Object (File)
Tue, Oct 28, 4:28 PM
Unknown Object (File)
Oct 21 2025, 3:12 AM
Unknown Object (File)
Oct 20 2025, 4:33 PM
Unknown Object (File)
Oct 20 2025, 4:04 AM
Unknown Object (File)
Oct 11 2025, 5:19 AM
Unknown Object (File)
Oct 6 2025, 12:12 PM

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 Not Applicable
Unit
Tests Not Applicable

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