▲ | cenamus 5 days ago | |
Any recommendations on gdb frontends? Have tried with emacs, but I just really enjoy the point and click stuff, emacs keybinds don't work for me there. | ||
▲ | westurner 4 days ago | parent | next [-] | |
From https://news.ycombinator.com/item?id=35710350 : > ... py-list, py-up and py-down, py-bt, py-print, and py-locals GDB commands > [ DDD, pyclewn (vim), trepan3k, Voltron, gdbghidra ] gdbghidra: https://github.com/Comsecuris/gdbghidra radare2: https://github.com/radareorg/radare2 voltron: https://github.com/snare/voltron And from https://news.ycombinator.com/item?id=41943521 : > pyvmidbg (libVMI + GDB) But that's archived. There's a QEMU gdbstub GDB interface. To print registers with GDB:
| ||
▲ | spacechild1 5 days ago | parent | prev | next [-] | |
IMO the GDB frontend in QtCreator is quite nice. | ||
▲ | jesse__ 4 days ago | parent | prev [-] | |
GitHub.com/nakst/gf |