From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8044 invoked by alias); 4 Feb 2010 23:53:58 -0000 Mailing-List: contact archer-help@sourceware.org; run by ezmlm Sender: Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Received: (qmail 8034 invoked by uid 22791); 4 Feb 2010 23:53:57 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org From: Tom Tromey To: Chris Moller Cc: Daniel Jacobowitz , Roland McGrath , Project Archer Subject: Re: PR 11067 References: <4B68A35E.2050301@redhat.com> <4B68DC25.1090808@redhat.com> <4B69F028.9070006@redhat.com> <20100203224239.04338AA@magilla.sf.frob.com> <20100203231408.GA6397@caradoc.them.org> <20100203232506.B073AAA@magilla.sf.frob.com> <20100203232819.GK9493@caradoc.them.org> <4B6A07E0.6020306@redhat.com> <4B6B041A.4030307@redhat.com> Reply-To: Tom Tromey Date: Thu, 04 Feb 2010 23:53:00 -0000 In-Reply-To: <4B6B041A.4030307@redhat.com> (Chris Moller's message of "Thu, 04 Feb 2010 12:30:02 -0500") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-SW-Source: 2010-q1/txt/msg00064.txt.bz2 Chris> Just FYI, this patch breaks a handful of existing tests: Chris> gdb.base/setvar.exp Chris> gdb.cp/classes.exp Chris> gdb.cp/m-data.exp Chris> gdb.cp/m-static.exp Chris> cp/namespace.exp Chris> gdb.mi/mi-var-display.exp Chris> gdb.python/py-value.exp Yeah. Chris> None of them are hard to fix in the expects--I just wanted The World Chris> to realise that there are going to be noticeable consequences to this Chris> fairly minor nicety. It'll take me a bit to fix the t/cs--if The Chris> Powers That Be would rather this patch not proceed, I'd appreciate it Chris> if you'd let me know sooner rather than later and spare me all the Chris> fix-up work. Usually you just have to do it and see what happens. Even if we all agree on a format here, someone else might disagree on gdb-patches, or they might think of some new reason for it to be different. I, personally, want some form of this change, because every time I type "p FOO" and get "$1 = FOO", I think, grrr, gdb could have told me what I really wanted to know. If enough people dislike it we can always add 'set print blah blah'. Tom