From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9537 invoked by alias); 25 Sep 2002 03:16:57 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 9530 invoked from network); 25 Sep 2002 03:16:56 -0000 Received: from unknown (HELO zenia.red-bean.com) (66.244.67.22) by sources.redhat.com with SMTP; 25 Sep 2002 03:16:56 -0000 Received: (from jimb@localhost) by zenia.red-bean.com (8.11.6/8.11.6) id g8P31l325476; Tue, 24 Sep 2002 22:01:47 -0500 To: Daniel Jacobowitz Cc: Satya , gdb@sources.redhat.com Subject: Re: debugging gdb with itself References: <3D86ACF3.53F2B78F@multitech.co.in> <20020924203628.GA7593@nevyn.them.org> From: Jim Blandy Date: Tue, 24 Sep 2002 20:16:00 -0000 In-Reply-To: <20020924203628.GA7593@nevyn.them.org> Message-ID: User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2.90 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2002-09/txt/msg00394.txt.bz2 Daniel Jacobowitz 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.