debugging gdb with itself

Jim Blandy jimb@redhat.com
Tue Sep 24 20:16:00 GMT 2002


Daniel Jacobowitz <drow@mvista.com> writes:

> On Tue, Sep 24, 2002 at 03:33:09PM -0500, Satya wrote:
> > 
> > Hi,
> >  I am trying to debug gdb with gdb with itself. I copied gdb into gdb2 and
> > debugging gdb2 with gdb. When i am debugging a program with gdb2, if i
> > want to come back to the higher level gdb, how do i do that?
> 
> Hit control-C?

The .gdbinit script that gets placed in the gdb build directory lets
you type `info' (with no arguments) to pop back out, and then
`continue' to go back in.



More information about the Gdb mailing list