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

GDB Support #11

Closed
rellermeyer opened this issue Mar 8, 2014 · 5 comments · Fixed by #45
Closed

GDB Support #11

rellermeyer opened this issue Mar 8, 2014 · 5 comments · Fixed by #45
Labels

Comments

@rellermeyer
Copy link
Owner

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.

@jeffreyftang
Copy link
Contributor

Preliminary reading on this suggests that we could simply use the gdb stub built into qemu instead of compiling support directly into the kernel.

@NULLx76 NULLx76 linked a pull request Mar 10, 2020 that will close this issue
@NULLx76
Copy link
Collaborator

NULLx76 commented Mar 10, 2020

#45 will also add support for debugging through qemu.

@jdonszelmann
Copy link
Collaborator

And from within Clion :)

@NULLx76
Copy link
Collaborator

NULLx76 commented Mar 10, 2020

Not just CLion, most IDEs that have remote debugging functionality should work.

@NULLx76
Copy link
Collaborator

NULLx76 commented Mar 11, 2020

Resolved by #45

@NULLx76 NULLx76 closed this as completed Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants