From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17771 invoked by alias); 6 May 2002 16:52:02 -0000 Mailing-List: contact insight-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: insight-owner@sources.redhat.com Received: (qmail 17679 invoked from network); 6 May 2002 16:52:00 -0000 Received: from unknown (HELO localhost.redhat.com) (216.138.202.10) by sources.redhat.com with SMTP; 6 May 2002 16:52:00 -0000 Received: from cygnus.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id F03D13DBC for ; Mon, 6 May 2002 12:52:05 -0400 (EDT) Message-ID: <3CD6B4B5.7040506@cygnus.com> Date: Mon, 06 May 2002 09:52:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0rc1) Gecko/20020429 X-Accept-Language: en-us, en MIME-Version: 1.0 To: insight@sources.redhat.com Subject: Menu to select register union type? Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2002-q2/txt/msg00075.txt.bz2 Hello, GDB is increasingly getting registers that have a union type vis: > #if 0 > + union __gdb_builtin_type_vec128 > { > + int128_t uint128; > + float v4_float[4]; > + int32_t v4_int32[4]; > + int16_t v8_int16[8]; > + int8_t v16_int8[16]; > }; > #endif Would it be possible to modify insight so that there was a menu that could be used to select just one of the union alternatives and display that? At present insight appears to display all alternatives (which makes for very large register fields). enjoy, Andrew