From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13729 invoked by alias); 6 Dec 2006 22:03:47 -0000 Received: (qmail 13721 invoked by uid 22791); 6 Dec 2006 22:03:46 -0000 X-Spam-Check-By: sourceware.org Received: from nevyn.them.org (HELO nevyn.them.org) (66.93.172.17) by sourceware.org (qpsmtpd/0.31.1) with ESMTP; Wed, 06 Dec 2006 22:03:41 +0000 Received: from drow by nevyn.them.org with local (Exim 4.63) (envelope-from ) id 1Gs4rV-0003g0-BW; Wed, 06 Dec 2006 17:03:33 -0500 Date: Wed, 06 Dec 2006 22:03:00 -0000 From: Daniel Jacobowitz To: Nick Roberts Cc: Vladimir Prus , gdb-patches@sources.redhat.com Subject: Re: Language of registers Message-ID: <20061206220333.GB14086@nevyn.them.org> Mail-Followup-To: Nick Roberts , Vladimir Prus , gdb-patches@sources.redhat.com References: <17783.15109.940151.497949@kahikatea.snap.net.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <17783.15109.940151.497949@kahikatea.snap.net.nz> User-Agent: Mutt/1.5.13 (2006-08-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: 2006-12/txt/msg00081.txt.bz2 On Thu, Dec 07, 2006 at 10:49:57AM +1300, Nick Roberts wrote: > > When using variable objects, the frontend already has the > > parsing/display code. > > What would your variable object print for xmm1? Instead of a big string, it could have a triangle to expand xmm1, display it as uint32_t[4] and uint8_t[16] on different lines... just like we do for structures, right? -- Daniel Jacobowitz CodeSourcery