1 devlog
0s
A grafical frontend for GDB made in Python
A grafical frontend for GDB made in Python
I had a stack corruption bug in my kernel, so i decided to make a graphical GDB frontend, because i didn’t want to mess around with GDB commands.
For now, you can step through code (plus a disassembly view) and view register values.
Next on the list is checking variables (for now, you have to type what you want to see).
Log in to leave a comment