[Lldb-commits] [PATCH] Very minimal non-8-bit byte support for diverse kalimba architectures
Jim Ingham
jingham at apple.com
Fri Sep 26 09:05:11 PDT 2014
Greg is out on vacation for a week. This looks fairly straightforward. There used to be architectures with weird byte sizes like 9 or 12 bits - gdb had some support for this. Choosing to express the number of bits per byte as a multiple of 8 makes it impossible to support this situation. OTOH I'm not sure how much that matters now-a-days.
Jim
http://reviews.llvm.org/D5503
More information about the lldb-commits
mailing list