Skip to content
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

Add Aliceserver as a debugger target. #440

Draft
wants to merge 11 commits into
base: master
Choose a base branch
from

Conversation

dd86k
Copy link

@dd86k dd86k commented Aug 31, 2024

This PR implements Aliceserver as a usable debugger target.

Aliceserver, being a work in progress, is a new debugger that implements both the DAP and MI protocols using Alicedbg at its core.

It currently only supports the single-session mode, and only supports attach and launch requests.

Requests to implement:

  • Thread info

By knowing what requests an established client make, I am able to extend Alicedbg, giving me a better direction for future features.

Feel free to perform a rebase.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant