Can GDB be run on itself? How or why not? I see something about it http://www.math.utah.edu/docs/info/gdbint_3.html But GDB might not be written in a language that it can debug?
Asked By : Dac Saunders
Answered By : Dave Clarke
Yes, it's possible. Here's how to do it.
Obtain the source code for gdb.
Compile with the
-gflag on.Run
gdb gdb.
Best Answer from StackOverflow
Question Source : http://cs.stackexchange.com/questions/9308
0 comments:
Post a Comment
Let us know your responses and feedback