<rdar://problem/12890171>
authorEnrico Granata <egranata@apple.com>
Tue, 29 Jan 2013 01:35:01 +0000 (01:35 +0000)
committerEnrico Granata <egranata@apple.com>
Tue, 29 Jan 2013 01:35:01 +0000 (01:35 +0000)
commit9a31ccbad87d98d7d567aae3228f955e4f2d03e7
tree6d9512a07fd782ab78180375bb9461bcdb9e2617
parent0b7bc7f99612e150304b83c5149b220b959b7341
<rdar://problem/12890171>

Providing a compact display mode for "po" to use where the convenience variable name and the pointer value are both hidden.
This is for convenience when dealing with ObjC instances where the description often gets it right and the debugger-provided information is not useful to most people.
If you need either of these, "expr" will still show them.

llvm-svn: 173748
lldb/include/lldb/Core/ValueObject.h
lldb/source/Commands/CommandObjectExpression.cpp
lldb/source/Core/ValueObject.cpp
lldb/test/lang/objc/foundation/TestObjCMethods2.py