-
Notifications
You must be signed in to change notification settings - Fork 25
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
GDB Support #11
Labels
Comments
Preliminary reading on this suggests that we could simply use the gdb stub built into qemu instead of compiling support directly into the kernel. |
Merged
#45 will also add support for debugging through qemu. |
Closed
And from within Clion :) |
Not just CLion, most IDEs that have remote debugging functionality should work. |
Resolved by #45 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Put initial GDB support in place so that the running kernel can be debugged (in a meaningful way) through GDB attached to the running QEMU instance.
The text was updated successfully, but these errors were encountered: