How do you debug gdb?
Fabian Cenedese
Cenedese@indel.ch
Mon Feb 18 08:54:00 GMT 2008
At 20:00 17.02.2008 -0800, Ray Hurst wrote:
>It seemed that this question was better suited for the development group than in the general group.
>
>How do you debug gdb?
>
>In other words, if I have a problem with gdb itself how do I go about debugging the issue?
You should be able to do it the same as with every other program:
load gdb in gdb and then load some other program in the gdb being
debugged. To debug gdb it should contain the debug symbols.
bye Fabi
More information about the Gdb
mailing list