From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24039 invoked by alias); 13 Oct 2008 11:52:36 -0000 Received: (qmail 24031 invoked by uid 22791); 13 Oct 2008 11:52:36 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 13 Oct 2008 11:51:56 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id D73A310CFF; Mon, 13 Oct 2008 11:51:53 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id ABC2010CF7; Mon, 13 Oct 2008 11:51:53 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.69) (envelope-from ) id 1KpLxo-0003r3-BZ; Mon, 13 Oct 2008 07:51:52 -0400 Date: Mon, 13 Oct 2008 11:52:00 -0000 From: Daniel Jacobowitz To: Denis PILAT Cc: gdb-patches Subject: Re: gdb.cp/userdef.exp, class reprensentation Message-ID: <20081013115152.GA14801@caradoc.them.org> Mail-Followup-To: Denis PILAT , gdb-patches References: <48F3333C.2080902@st.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48F3333C.2080902@st.com> User-Agent: Mutt/1.5.17 (2008-05-11) X-IsSubscribed: yes 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-10/txt/msg00337.txt.bz2 On Mon, Oct 13, 2008 at 01:38:36PM +0200, Denis PILAT wrote: > But the userdef.exp testsuite only expects gdb to return the 2nd > semantic, which is fine with some gdb based debuggers, but not for all. What does "some gdb based debuggers" mean? The testsuite is supposed to accomodate the version of GDB it's shipped with, not other versions. > @@ -153,7 +153,14 @@ > gdb_test "print c" "\\\$\[0-9\]* = {m = {z = .*}}" Also, this is whitespace-damaged. -- Daniel Jacobowitz CodeSourcery