This is the mail archive of the gdb@sources.redhat.com 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: debugging gdb with itself


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.


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