From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22585 invoked by alias); 21 Sep 2004 10:57:49 -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 22576 invoked from network); 21 Sep 2004 10:57:47 -0000 Received: from unknown (HELO calvin.codito.co.in) (203.199.140.162) by sourceware.org with SMTP; 21 Sep 2004 10:57:47 -0000 Received: from [127.0.0.1] (arnor.codito.co.in [192.168.100.52]) by calvin.codito.co.in (8.12.10/8.12.10) with ESMTP id i8LAuWSr010991; Tue, 21 Sep 2004 16:27:06 +0530 Message-ID: <415008E3.6070702@codito.com> Date: Tue, 21 Sep 2004 10:57:00 -0000 From: Ramana Radhakrishnan User-Agent: Mozilla Thunderbird 0.8 (Windows/20040913) MIME-Version: 1.0 To: Monika Chaddha CC: "'Schneider, Jan \(GE51\)'" , gdb@sources.redhat.com, acmet@vsnl.net Subject: Re: debugging the gdb with itself References: <006601c49fc7$c9ea99c0$5100a8c0@monika> In-Reply-To: <006601c49fc7$c9ea99c0$5100a8c0@monika> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2004-09/txt/msg00168.txt.bz2 Nit : Make sure you have gdb built with -g on :-) cheers Ramana > Pls follow the following steps > > 1. Invoke DDD > > "$ ddd " > > 2. Pls set the option from the menu in DDD. > > "Program => Run in Execution window" > > 3. Set the breakpoints in the source if need > > 4. Now run > > 5. After running the execution window will appear. This execution window > is the input console for the GDB which is debugging. > The GDB console in DDD will not be overlap by the gdb (which is > debugging). > > Pls try this. It should work. > > Monika > >