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)
Mon, Oct 6, 12:12 PM
Unknown Object (File)
Fri, Sep 19, 5:39 PM
Unknown Object (File)
Sat, Sep 13, 3:08 AM
Unknown Object (File)
Sat, Sep 13, 12:05 AM
Unknown Object (File)
Aug 23 2025, 11:14 AM
Unknown Object (File)
Aug 14 2025, 6:02 AM
Unknown Object (File)
Aug 11 2025, 1:02 AM
Unknown Object (File)
Jul 29 2025, 8:32 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 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