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

Todd Fiala tfiala at google.com
Thu Oct 2 08:33:13 PDT 2014


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