From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22984 invoked by alias); 14 Jul 2004 20:34:19 -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 22976 invoked from network); 14 Jul 2004 20:34:18 -0000 Received: from unknown (HELO smtp6.mindspring.com) (207.69.200.110) by sourceware.org with SMTP; 14 Jul 2004 20:34:18 -0000 Received: from user-119a90a.biz.mindspring.com ([66.149.36.10] helo=berman.michael-chastain.com) by smtp6.mindspring.com with esmtp (Exim 3.33 #1) id 1BkqSG-0000DZ-00; Wed, 14 Jul 2004 16:34:17 -0400 Received: by berman.michael-chastain.com (Postfix, from userid 502) id 693624B104; Wed, 14 Jul 2004 16:34:06 -0400 (EDT) To: cagney@gnu.org, mec.gnu@mindspring.com Subject: Re: [rfc] Revamp logical.exp Cc: gdb-patches@sources.redhat.com Message-Id: <20040714203406.693624B104@berman.michael-chastain.com> Date: Wed, 14 Jul 2004 20:34:00 -0000 From: mec.gnu@mindspring.com (Michael Elizabeth Chastain) X-SW-Source: 2004-07/txt/msg00168.txt.bz2 ac> gdb_test "print x=1,y=0,x == y" " = 0" "evaluate x = y; variables > x=1,y=0; expecting 0" That would be cool. ac> If you want spaces, I'll need to tweak the tables. It's fine without pretty-spaces. ac> My favorite, amd64 GNU/Linux. Okay, approved, or pre-approved if you want to tweak it some more. Michael C > 2004-07-14 Andrew Cagney > > * gdb.base/logical.exp: Update copyright. > (evaluate): New procedure. Use to re-implement tests using > several tables.