This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How do you debug gdb?


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]