History log of /external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
992d227ab9ef1a8ffabc138fd515fb667556ae10 12-Dec-2012 Enrico Granata <egranata@apple.com> Option changes:
the option to print the runtime-specific description has been modified in the frame variable, memory read and expression command.

All three commands now support a --object-description option, with a shortcut of -O (uppercase letter o)

This is a breaking change:
frame variable used --objc as the long option name
expression used -o as a shortcut
memory read uses --objd as the long option name

Hopefully, most users won't be affected by the change since people tend to access "expression --object-description" under the alias "po" which still works

The test suite has been tweaked accordingly.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@169961 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
431d839a33e9a274e705f7a268a1c9de2ffc2da2 22-Sep-2012 Jim Ingham <jingham@apple.com> Fix all the test case breakages caused by folks writing tests all over the place that depended explicitly
on the output of "break set". Please don't do this sort of thing!!!!!


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@164433 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
bf1209054c4ba709202e7f2fca31dfc97a0d8338 30-May-2012 Filipe Cabecinhas <me@filcab.net> Mark the test as failing on both architectures, since LLDB won't handle the function to clang.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157679 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
267b9d9b55e6a0526277a1c4f6a6dd77def5bb36 22-May-2012 Sean Callanan <scallanan@apple.com> Fixed the new-syntax testcase to reflect how we
print string literals.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157213 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
930f10a19c8142f2f082d06087052464f0c64a39 18-May-2012 Sean Callanan <scallanan@apple.com> I have updated Clang to include support for Objective-C
boxed expressions returning numbers and strings.

I also added boxed expressions to our testcases, and
enabled boxed expressions when libarclite is linked into
the inferior.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157026 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
f3e5da20b61550f25c40191c777cab31d2496d72 15-May-2012 Johnny Chen <johnny.chen@apple.com> Add i386-only expectedFailure decorators for current ToT.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@156855 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.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/objc-new-syntax/TestObjCNewSyntax.py
76fa7cfdbfaec5b23b66602f3584dfef54981cf3 14-Mar-2012 Johnny Chen <johnny.chen@apple.com> Remove a debug statement.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@152732 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py
6e12c7a5a851f661677b16c544aac2f93fb6e86d 08-Mar-2012 Sean Callanan <scallanan@apple.com> Updated the revision of LLVM/Clang used by LLDB.
This takes two important changes:

- Calling blocks is now supported. You need to
cast their return values, but that works fine.

- We now can correctly run JIT-compiled
expressions that use floating-point numbers.

Also, we have taken a fix that allows us to
ignore access control in Objective-C as in C++.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@152286 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/test/lang/objc/objc-new-syntax/TestObjCNewSyntax.py