History log of /freebsd/usr.sbin/bhyve/gdb/aarch64-core.xml (Results 1 – 1 of 1)
Revision Date Author Comments
# a0ca4af9 04-Jun-2024 Mark Johnston <markj@FreeBSD.org>

bhyve: Add arm64 support to the gdb stub

- Add -G to the arm64 getopt handler.
- Add static register definitions and extensible XML definitions.
- Provide definitions for MD bits such as breakpoint

bhyve: Add arm64 support to the gdb stub

- Add -G to the arm64 getopt handler.
- Add static register definitions and extensible XML definitions.
- Provide definitions for MD bits such as breakpoint encoding and
length.
- Ensure that bhyve re-injects breakpoint exceptions that it is not
responsible for.

Reviewed by: andrew
Sponsored by: Innovate UK
Differential Revision: https://reviews.freebsd.org/D44740

show more ...