public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* Menu to select register union type?
@ 2002-05-06  9:52 Andrew Cagney
  0 siblings, 0 replies; only message in thread
From: Andrew Cagney @ 2002-05-06  9:52 UTC (permalink / raw)
  To: insight

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-05-06 16:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-05-06  9:52 Menu to select register union type? Andrew Cagney

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).