History log of /external/lldb/test/lang/objc/print-obj/TestPrintObj.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
12213586035d4af8f200e5c8ab4642728f8c5f30 09-Aug-2012 Enrico Granata <egranata@apple.com> <rdar://problem/11505459> Stripping off the object's type from the output of the 'po' command

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@161592 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/print-obj/TestPrintObj.py
21b1984e161b0cadee331d32bfd721eccfdf4b1f 06-Apr-2012 Johnny Chen <johnny.chen@apple.com> Second batch of adding @dsym_test/@dwarf_test decorators to existing test cases.
Plus some minor cleanup of test method names.
Third and final batch is coming.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@154197 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/print-obj/TestPrintObj.py
33a1c57c86faf168064ca0157a2416aad79a2127 27-Jun-2011 Johnny Chen <johnny.chen@apple.com> Add comments and print output for selected thread under trace mode.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133947 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/print-obj/TestPrintObj.py
c0dbdc089884c1fe07568588558199824357eaca 27-Jun-2011 Johnny Chen <johnny.chen@apple.com> Add TestPrintObj.py to go with lang/objc/print-objc, which:

Test "print object" where another thread blocks the print object from making progress.

Set a breakpoint on the line in my_pthread_routine. Then switch threads
to the main thread, and do print the lock_me object. Since that will
try to get the lock already gotten by my_pthread_routime thread, it will
have to switch to running all threads, and that should then succeed.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@133933 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/print-obj/TestPrintObj.py