Message ID | 001a1146145abecc20052e1d7f6b@google.com |
---|---|
State | New |
Headers | show |
> Date: Tue, 15 Mar 2016 21:58:35 +0000 > From: Doug Evans <dje@google.com> > Cc: gdb-patches@sourceware.org, cole945@gmail.com > > --- a/gdb/NEWS > +++ b/gdb/NEWS > @@ -3,6 +3,9 @@ > *** Changes since GDB 7.11 > > +* GDB now supports multibit bitfields and enums in target register > + descriptions. > + > * New Python-based convenience function $_as_string(val), which returns > the textual representation of a value. This function is especially > useful to obtain the text label of an enum value. OK.
diff --git a/gdb/NEWS b/gdb/NEWS index 928f70c..34c5a8d 100644 --- a/gdb/NEWS +++ b/gdb/NEWS @@ -3,6 +3,9 @@ *** Changes since GDB 7.11 +* GDB now supports multibit bitfields and enums in target register + descriptions. + * New Python-based convenience function $_as_string(val), which returns the textual representation of a value. This function is especially useful to obtain the text label of an enum value.