From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17482 invoked by alias); 10 Jan 2007 19:52:48 -0000 Received: (qmail 17463 invoked by uid 22791); 10 Jan 2007 19:52:47 -0000 X-Spam-Check-By: sourceware.org Received: from exprod8og53.obsmtp.com (HELO exprod8og53.obsmtp.com) (64.18.3.88) by sourceware.org (qpsmtpd/0.31) with SMTP; Wed, 10 Jan 2007 19:52:39 +0000 Received: from source ([12.110.134.31]) by exprod8ob53.obsmtp.com ([64.18.7.12]) with SMTP; Wed, 10 Jan 2007 11:51:36 PST Received: from PKONING.equallogic.com ([172.16.1.235]) by M31.equallogic.com with Microsoft SMTPSVC(6.0.3790.211); Wed, 10 Jan 2007 14:52:35 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <17829.17411.743000.239379@gargle.gargle.HOWL> Date: Wed, 10 Jan 2007 19:52:00 -0000 From: Paul Koning To: deuling@de.ibm.com Cc: gdb@sources.redhat.com Subject: Re: Debug the Debugger References: <45A542CC.2090906@de.ibm.com> X-Mailer: VM 7.07 under 21.4 (patch 19) "Constant Variable" XEmacs Lucid X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-01/txt/msg00178.txt.bz2 >>>>> "Markus" == Markus Deuling writes: Markus> Hi, I try debugging gdb with gdb. GDB Internals Manual (19.2, Markus> p.96) says "The info command, when executed without a Markus> subcommand in a GDB being debugged by gdb, will pop you Markus> backup to the top leve gdb." Markus> But it doesn't :-( Markus> Has the mechanism changed? How do I switch back to my Markus> toplevel gdb to set some breakpoints etc. ? I always just hit control/C. paul