Today I rewrote my GDB frontend, gf, using the GUI library I wrote yesterday, luigi. Compile with: g++ -o gf2 gf2.cpp -lX11 -pthread https://github.com/nakst/gf https://camo.githubusercontent.com/232ce6c339abeb34f701fe48666bd9445f5dbf21c485f48a2692402e9b0e6b1a/68747470733a2f2f692e696d6775722e636f6d2f53676c53495a782e706e67 Features:

  • Call stack window
  • Terminal window
  • Breakpoints window
  • Command history
  • Tab completion
  • Keyboard shortcuts for common GDB commands
  • Full GDB functionality available through terminal