Page MenuHomeFreeBSD

vmm: Add some more registers
ClosedPublic

Authored by markj on Jan 30 2024, 3:26 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Sep 20, 9:46 AM
Unknown Object (File)
Wed, Sep 18, 5:00 PM
Unknown Object (File)
Wed, Sep 18, 6:00 AM
Unknown Object (File)
Tue, Sep 17, 11:05 PM
Unknown Object (File)
Mon, Sep 16, 12:46 AM
Unknown Object (File)
Fri, Sep 13, 10:38 AM
Unknown Object (File)
Thu, Sep 5, 10:28 AM
Unknown Object (File)
Thu, Sep 5, 9:47 AM

Details

Summary

In a follow-up revision the gdb stub will support sending an XML target
description to gdb, which lets us send additional registers, including
the ones added in this patch.

Sponsored by: Innovate UK

Diff Detail

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

Event Timeline

I would actually be up for exporting all sorts of other registers like IDTR and GDTR as well FWIW. However, it's always easy to add more of these in the future.

This revision is now accepted and ready to land.Jan 31 2024, 10:25 PM
This revision was automatically updated to reflect the committed changes.