From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Zack Weinberg" To: Michael Snyder Cc: Eli Zaretskii , gdb-patches@sources.redhat.com Subject: Re: Option to elide single-bit bitfields when printing structures Date: Sat, 24 Feb 2001 13:05:00 -0000 Message-id: <20010224130533.D13956@wolery.stanford.edu> References: <20010222115633.B11707@wolery.stanford.edu> <200102230756.CAA06304@indy.delorie.com> <3A96A65C.6264@redhat.com> X-SW-Source: 2001-02/msg00458.html On Fri, Feb 23, 2001 at 10:05:16AM -0800, Michael Snyder wrote: > > I don't think this feature is necessary. This is just an > instance of special display of data. This is what the > gdb scripting language is for. Is it, then, possible to write a gdb macro which can display an arbitrary structure type in this fashion? As far as I know, I would have to write individual macros for each structure I wanted to see specially. The feature I added works with every structure. zw