From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25768 invoked by alias); 21 Sep 2004 09:17:30 -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 25750 invoked from network); 21 Sep 2004 09:17:28 -0000 Received: from unknown (HELO az18nt141.honeywell.com) (199.64.7.141) by sourceware.org with SMTP; 21 Sep 2004 09:17:27 -0000 Received: from tmpcn190a.honeywell.com ([131.127.165.82]) by az18nt141.honeywell.com with InterScan Messaging Security Suite; Tue, 21 Sep 2004 02:16:56 -0700 Received: from az18cn576.honeywell.com ([131.127.165.150]) by tmpcn190a.honeywell.com with SMTP (Microsoft Exchange Internet Mail Service Version 5.5.2657.72) id TDJMVVJ4; Tue, 21 Sep 2004 02:16:55 -0700 Received: by az18cn576.honeywell.com with Internet Mail Service (5.5.2657.72) id ; Tue, 21 Sep 2004 02:16:55 -0700 Message-ID: <938F1554888BD71194E100B0D0FCD97201AAD7C1@ge51smail2.ge51.honeywell.de> From: "Schneider, Jan (GE51)" To: "'gdb@sources.redhat.com'" Subject: debugging the gdb with itself Date: Tue, 21 Sep 2004 09:17:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-SW-Source: 2004-09/txt/msg00165.txt.bz2 Hi, I want to debug the gdb using the ddd. I have read the capter "debugging gdb with itself" and I have googled on that topic, but I didn't get alot of infos. I have copied the gdb to gdb2 and started the gdb2. Then I started the ddd with an attach at the gdb2. But then I can't walk through the gdb sources. Is there another way debugging the gdb using ddd? Thanks