moyix / pdbparse

Python code to parse Microsoft PDB files
Other
309 stars 83 forks source link

Bitfields should include their underlying type in the output vtype, as well as the start and end bits #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hiya,

Just a little enhancement request to include the underlying type of a bitfield 
in the output vtype, so something like:

['BitField', {'end_bit':32, 'start_bit':24, 'native_type':'unsigned long long'}]

Thanks!  5:)

Original issue reported on code.google.com by mike.auty@gmail.com on 17 Mar 2011 at 12:06

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r68.

Original comment by moo...@gmail.com on 13 Mar 2012 at 1:56