llvm-project/lldb/test/functionalities/data-formatter/data-formatter-objc
Enrico Granata b576bba229 <rdar://problem/12028723>
Adding useful formatting options to the expression (expr) command.
As a side effect of this change, the -d option now supports the same three-values enumeration that frame variables uses (run, don't run, none) instead of a boolean like it did previously

These options do not apply to print, p or po because these are aliased to not take any options.
In order to use them, use expression or expr.

llvm-svn: 171993
2013-01-09 20:12:53 +00:00
..
.categories Initial commit of a new testsuite feature: test categories. 2012-09-21 19:10:53 +00:00
Makefile This patch provides a set of formatters for most of the commonly used Cocoa classes. 2012-02-23 23:10:03 +00:00
TestDataFormatterObjC.py <rdar://problem/12028723> 2013-01-09 20:12:53 +00:00
main.m <rdar://problem/12709976> 2012-12-10 23:30:25 +00:00