Skip to content

Enable debugging on windows #478

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

dblnz
Copy link
Contributor

@dblnz dblnz commented May 9, 2025

Description

This closes #241

This brings the same debugging behavior to windows guests as kvm and mshv guests have on linux with the following caveat:

  • does not support gdb client signals to guests. To enable this we need to find a way to send a signal to the guest vCPU or make it exit. This needs to be sent from the gdb thread in which we do not have a handle to the processor.

Some of the duplicated debug logic that is implemented on each hypervisor driver will be refactored later in a single implementation.

@dblnz dblnz added the kind/enhancement For PRs adding features, improving functionality, docs, tests, etc. label May 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement For PRs adding features, improving functionality, docs, tests, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Support debugging Hyperlight on Windows
1 participant