Hello all,
I had some free time to hack my favorite gdb front-end.
* New cgdb options:
- :kill, :k, key "k": kill the current process.
- :start, :st, key "S": (Re)start the debugger. Break at first line.
- :yes, key "Y": Send "yes" to gdb.
(E.g. "Kill the program being debugged? (y or n)")
- :no, key "N": Send "no" to gdb. (Same as above)
* Replace :cmd using for(xxx) with qsort/bsearch.
* Known issues:
- cgdb sourceview doesn't handle killed process.
(Still behaves as if process is running)
- man/info/README need to be updated.
- Gilboa
|