From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1115 invoked by alias); 12 Jul 2004 18:25:22 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 1094 invoked from network); 12 Jul 2004 18:25:20 -0000 Received: from unknown (HELO tisch.mail.mindspring.net) (207.69.200.157) by sourceware.org with SMTP; 12 Jul 2004 18:25:20 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by tisch.mail.mindspring.net with esmtp (Exim 3.33 #1) id 1Bk5UK-0007F1-00; Mon, 12 Jul 2004 14:25:16 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 0FCB14B104; Mon, 12 Jul 2004 14:25:45 -0400 (EDT) To: cagney@gnu.org, mec.gnu@mindspring.com Subject: Re: [obish] Convert attach.exp to gdb_test_multiple Cc: gdb-patches@sources.redhat.com Message-Id: <20040712182545.0FCB14B104@berman.michael-chastain.com> Date: Mon, 12 Jul 2004 18:25:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00116.txt.bz2 mec> add a couple lines at the top: mec> netbsd/ppc mec> kernel version number mec> compiler name and version number mec> mail to gdb-testers@ ac> Should there be a gdb/gdb_XXX.sh script that does this, or the ac> generation of the file made part of make check? This is one of my projects, when I get some more round tuit's. My test bed generates a gdb-test-run.xml file for each test run. Here is one of the files: This DTD needs some more work. The fields 'gcc', 'as', and 'ld' assume that I am using gnu tools. I need to generalize it to something like: Also the version of 'gdb' does not include the cvs timestamp when it was checked out. My plan is to work on the XML format some more, and then have 'make check' emit this chunk of XML at the beginning of gdb.sum and gdb.log. Then we can collect gdb.sum files from divers sources and crunch them all together. We could even revive Terf and have people submit their gdb.sum files to it. Michael C