top | item 2471051 Gdb: graphic (tui) mode 34 points| nicolasbrailo | 15 years ago |nicolasb.com.ar 10 comments order hn newest jzila|15 years ago Or you can use cgdb (http://cgdb.sourceforge.net/), which has syntax highlighting and Vim keybindings. bluekeybox|15 years ago Oh my god, thank you. Have used Vim and gdb for two years and didn't know cgdb existed. jimauthors|15 years ago Amazing. Dint know about that! njs12345|15 years ago There's also gdb-mode for emacs, if you're so inclined: http://emacs-fu.blogspot.com/2009/02/fancy-debugging-with-gd... erez|15 years ago Ubuntu/debian has a package called gdbtui which does exactly what gdb -tui does jpr|15 years ago Can't seem to find the package on Ubuntu 10.10, do I need to enable some repository?EDIT: Apparently it was included in the basic gdb package or something. load replies (1) chanux|15 years ago Not sure if I'm adding value here but gdbtui also works (article mentions gdb -tui). lallysingh|15 years ago This is a really nice way to debug generated assembly, useful for LLVM hacking. kaeluka|15 years ago made my day! thanks :)
jzila|15 years ago Or you can use cgdb (http://cgdb.sourceforge.net/), which has syntax highlighting and Vim keybindings. bluekeybox|15 years ago Oh my god, thank you. Have used Vim and gdb for two years and didn't know cgdb existed. jimauthors|15 years ago Amazing. Dint know about that!
bluekeybox|15 years ago Oh my god, thank you. Have used Vim and gdb for two years and didn't know cgdb existed.
njs12345|15 years ago There's also gdb-mode for emacs, if you're so inclined: http://emacs-fu.blogspot.com/2009/02/fancy-debugging-with-gd...
erez|15 years ago Ubuntu/debian has a package called gdbtui which does exactly what gdb -tui does jpr|15 years ago Can't seem to find the package on Ubuntu 10.10, do I need to enable some repository?EDIT: Apparently it was included in the basic gdb package or something. load replies (1)
jpr|15 years ago Can't seem to find the package on Ubuntu 10.10, do I need to enable some repository?EDIT: Apparently it was included in the basic gdb package or something. load replies (1)
chanux|15 years ago Not sure if I'm adding value here but gdbtui also works (article mentions gdb -tui).
lallysingh|15 years ago This is a really nice way to debug generated assembly, useful for LLVM hacking.
jzila|15 years ago
bluekeybox|15 years ago
jimauthors|15 years ago
njs12345|15 years ago
erez|15 years ago
jpr|15 years ago
EDIT: Apparently it was included in the basic gdb package or something.
chanux|15 years ago
lallysingh|15 years ago
kaeluka|15 years ago