[Lldb-commits] [PATCH] Add "target.jit-args" settings

jingham at apple.com jingham at apple.com
Mon Oct 6 15:08:03 PDT 2014


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 <tfiala at google.com> 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
> 
> 




More information about the lldb-commits mailing list