I have to build a gui for gdb , so that I can debug C programs by selecting options in the GUI for gdb .How can I achieve this?(the gdb commands should run at the back end of gui)
Asked
Active
Viewed 484 times
2
-
1Possible duplicate of [C/C++ Linux GDB API](http://stackoverflow.com/questions/32921105/c-c-linux-gdb-api) – ks1322 Jan 16 '16 at 10:29
-
2Related: [Writing front end for GDB](http://stackoverflow.com/questions/16771393/writing-front-end-for-gdb) – Mark Plotnick Jan 17 '16 at 02:16