From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22066 invoked by alias); 21 May 2008 03:19:13 -0000 Received: (qmail 22058 invoked by uid 22791); 21 May 2008 03:19:12 -0000 X-Spam-Check-By: sourceware.org Received: from rock.gnat.com (HELO rock.gnat.com) (205.232.38.15) by sourceware.org (qpsmtpd/0.31) with ESMTP; Wed, 21 May 2008 03:18:55 +0000 Received: from localhost (localhost.localdomain [127.0.0.1]) by filtered-rock.gnat.com (Postfix) with ESMTP id AFF782A974E; Tue, 20 May 2008 23:18:53 -0400 (EDT) Received: from rock.gnat.com ([127.0.0.1]) by localhost (rock.gnat.com [127.0.0.1]) (amavisd-new, port 10024) with LMTP id Sz0d7La5F2dr; Tue, 20 May 2008 23:18:53 -0400 (EDT) Received: from joel.gnat.com (localhost.localdomain [127.0.0.1]) by rock.gnat.com (Postfix) with ESMTP id 5CA232A974C; Tue, 20 May 2008 23:18:53 -0400 (EDT) Received: by joel.gnat.com (Postfix, from userid 1000) id BE2D5E7ACD; Tue, 20 May 2008 20:18:49 -0700 (PDT) Date: Wed, 21 May 2008 07:22:00 -0000 From: Joel Brobecker To: Nick Roberts Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: [PATCH] New annotation for threads Message-ID: <20080521031849.GA4080@adacore.com> References: <20080501233703.GF3801@adacore.com> <18458.23326.25887.70597@kahikatea.snap.net.nz> <18478.48682.13900.951343@kahikatea.snap.net.nz> <18479.62120.536436.427524@kahikatea.snap.net.nz> <20080520035226.GA4669@adacore.com> <18482.29129.410026.264704@kahikatea.snap.net.nz> <18482.33700.236263.655308@kahikatea.snap.net.nz> <20080520153258.GB4669@adacore.com> <18483.20158.10173.561535@kahikatea.snap.net.nz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <18483.20158.10173.561535@kahikatea.snap.net.nz> User-Agent: Mutt/1.4.2.2i Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2008-05/txt/msg00621.txt.bz2 > I find debugging all testsuite scripts hard. Is it possible to run them > interactively? Not that I know of. Usually, I just follow the gdb.log file. This file contains a transcript of the GDB session, so I see the commands being sent and the output received. I use the .exp file to check what was actually expected when I see a new FAIL... -- Joel