Handmade Network»Forums
Gonçalo Santos
5 posts
Studying Electrical and Computers Engineering @FEUP
Sharing my GDB interface for Emacs
Edited by Gonçalo Santos on Reason: Initial post
Hello!
As a Linux user, I haven't found any GUI for GDB or Clang that I could say I liked. So, as expected by the name of this network, I made my own: GitHub link


It is an Emacs frontend, similar to the one that comes with it, but that I have tailored to my needs. I've also made it parse the GDB output in a C dynamic module, instead of in Elisp, because I noticed the builtin package was a bit slow when it was fed a lot of output.

I wanted to share it because you may find it useful if you are an Emacs user (or an adventurous person!) and don't have a debugger of choice. :)
64 posts
None
Sharing my GDB interface for Emacs
I will probably test this.
thanks for sharing :)
Raytio
56 posts / 1 project
Sharing my GDB interface for Emacs
Nice one man I like this. If and when I ever do work on linux might give it a shot.
Gonçalo Santos
5 posts
Studying Electrical and Computers Engineering @FEUP
Sharing my GDB interface for Emacs
Thanks for the kind words :)