Bitfields in uint8_t's will have format eFormatChar and DataExtractor::Dump
doesn't handle bitfields in eFormatChar's correctly, only eFormatUnsigned.
Fix DataExtractor::Dump to dump the bitfield eFormatChars correctly.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@144069 91177308-0d34-0410-b5e6-96231b3b80d8
1 file changed