[Bug translator/13998] pretty-printing bitfields shouldn't use %c
jistone at redhat dot com
sourceware-bugzilla@sourceware.org
Thu Apr 19 18:49:00 GMT 2012
http://sourceware.org/bugzilla/show_bug.cgi?id=13998
Josh Stone <jistone at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
CC| |jistone at redhat dot com
AssignedTo|systemtap at sourceware dot |jistone at redhat dot com
|org |
--- Comment #1 from Josh Stone <jistone at redhat dot com> 2012-04-19 18:48:05 UTC ---
The basic problem is that dwarf_pretty_print::recurse is looking at type DIEs,
but the DWARF bit attributes are only on the struct member DIE. We'll need to
treat this as a special case from recurse_struct_members to notice when a
char-like base type is really a bitfield.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Systemtap
mailing list