It's ugly to have to add quotes and then remove them, but until we write our 
own option parser I can't think of a better way to do it...

Jim

> On Oct 2, 2014, at 8:33 AM, Todd Fiala <[email protected]> wrote:
> 
> 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

Reply via email to