I tested this with the lldb docs for 'type summary' here: http://lldb.llvm.org/varformats.html, using the floating point type summary example: ``` type summary add --summary-string "Sign: ${var[31]%B} Exponent: ${var[30-23]%x} Mantissa: ${var[0-22]%u}" float ```
That seemed to work in the presence of this change. The tests come back clean on Ubuntu 14.04 and MacOSX 10.9.5. Jim, do you have any further comments on this? http://reviews.llvm.org/D5472 _______________________________________________ lldb-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/lldb-commits
