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)
Oct 6 2024, 12:44 AM
Unknown Object (File)
Oct 5 2024, 4:59 PM
Unknown Object (File)
Oct 5 2024, 3:52 PM
Unknown Object (File)
Oct 5 2024, 8:37 AM
Unknown Object (File)
Oct 5 2024, 5:06 AM
Unknown Object (File)
Oct 3 2024, 7:49 AM
Unknown Object (File)
Oct 3 2024, 2:18 AM
Unknown Object (File)
Oct 2 2024, 11:56 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