Page MenuHomeFreeBSD

bhyve: Simplify register definitions a bit
ClosedPublic

Authored by markj on Jan 17 2024, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Nov 25, 3:52 AM
Unknown Object (File)
Oct 23 2024, 7:47 PM
Unknown Object (File)
Oct 7 2024, 7:20 PM
Unknown Object (File)
Sep 16 2024, 7:19 AM
Unknown Object (File)
Sep 11 2024, 3:52 PM
Unknown Object (File)
Sep 9 2024, 11:45 AM
Unknown Object (File)
Sep 1 2024, 1:46 PM
Unknown Object (File)
Sep 1 2024, 1:45 PM

Details

Summary

It's awkward to have separate tables for information which is logically
connected. Merge the gdb_regset[] and gdb_regsize[] arrays and update
gdb_read_regs() to cope with the result. This makes the addition of
arm64 support a bit cleaner.

No functional change intended.

Sponsored by: Innovate UK

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable