From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17120 invoked by alias); 14 Nov 2002 14:13:25 -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 17044 invoked from network); 14 Nov 2002 14:13:14 -0000 Received: from unknown (HELO postfix3.ofir.com) (193.0.243.238) by sources.redhat.com with SMTP; 14 Nov 2002 14:13:14 -0000 Received: from webmail5.ofir.dk (unknown [192.168.197.25]) by postfix3.ofir.com (Postfix) with ESMTP id F19325A9BB for ; Thu, 14 Nov 2002 15:38:21 +0100 (CET) X-WM-Posted-At: webmail5.ofir.dk; Thu, 14 Nov 02 15:13:07 +0100 Date: Thu, 14 Nov 2002 06:13:00 -0000 From: James Sampson To: GDB Archive X-EXP32-SerialNo: 00002117 Subject: Debugging GDB with GDB Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <20021114143821.F19325A9BB@postfix3.ofir.com> X-SW-Source: 2002-11/txt/msg00166.txt.bz2 Hello GDB doesn't recognize a COFF file that I have made to a certain target - In that respect I wish to see whats going on "inside" the GDB, so I'm using GDB to debug itself - Only thing is, that I don't know how this is done. I'm using GDB 5.0 to debug GDB 5.2.1, but how do I break or step the GDB when I have started the GDB being debugged? - The debugged GDB has control of the console. Is there any way I can use another console for debugging, or is there another way to do this?. Cheers, J.S.