From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5364 invoked by alias); 24 Sep 2002 20:33:14 -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 5351 invoked from network); 24 Sep 2002 20:33:11 -0000 Received: from unknown (HELO stephens.ittc.ku.edu) (129.237.125.220) by sources.redhat.com with SMTP; 24 Sep 2002 20:33:11 -0000 Received: from pumpkin.ittc.ku.edu (pumpkin.ittc.ku.edu [129.237.127.153]) by stephens.ittc.ku.edu (8.11.2/8.11.2/ITTC-NOSPAM-NOVIRUS-2.2) with ESMTP id g8OKX9607618 for ; Tue, 24 Sep 2002 15:33:10 -0500 Received: from localhost by pumpkin.ittc.ku.edu (8.11.2/KU-4.0-client) id g8OKX9e00659; Tue, 24 Sep 2002 15:33:09 -0500 Date: Tue, 24 Sep 2002 13:33:00 -0000 From: Satya To: Subject: debugging gdb with itself In-Reply-To: <3D86ACF3.53F2B78F@multitech.co.in> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-09/txt/msg00383.txt.bz2 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? Thanks, Satya