rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

GDB Support #11

Closed rellermeyer closed 4 years ago

rellermeyer commented 10 years ago

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 commented 10 years ago

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 commented 4 years ago

45 will also add support for debugging through qemu.

jdonszelmann commented 4 years ago

And from within Clion :)

NULLx76 commented 4 years ago

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

NULLx76 commented 4 years ago

Resolved by #45