This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PR11067 patch


> Date: Sat, 06 Feb 2010 08:37:39 -0500
> From: Chris Moller <cmoller@redhat.com>
> 
> The attached patch fixes bug 11067 "p <enum constant> should print the 
> constant's value" by providing a means of setting a format string to be 
> used in printing enums.  The string is set with
> 
>     set enum-fmt <string>
> 
> show enum-fmt returns the current format string.

Thanks.  If this is accepted, we will need a suitable patch for the
manual, and also a NEWS entry.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]