• Home
  • History
  • Annotate
  • only in /external/lldb/test/lang/objc/self/
History log of /external/lldb/test/lang/objc/self/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
40c9d75f2f6402227fed4e0a25daf18b683cb5e7 23-Nov-2012 Daniel Malea <daniel.malea@intel.com> Update test status on Linux
- add decorators @expectedFailLinux and @skipOnLinux
- skip/mark xfail cases due to open bugzillas # 14323, 14416, 14423, 14424, 14425, 14426

Patch by Ashok Thirumurthi!



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@168529 91177308-0d34-0410-b5e6-96231b3b80d8
estObjCSelf.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
estObjCSelf.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
estObjCSelf.py
5c82286592e25e9e4057180edc9c9d4988c05ff8 09-Aug-2011 Sean Callanan <scallanan@apple.com> Fixed the Objective-C "self" test case, which
was behaving erratically because it didn't
have a return statement in -[A init].

Also made minor cosmetic changes to that test
case.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@137142 91177308-0d34-0410-b5e6-96231b3b80d8
ain.m
e789613ddddd84991379fb465247abd639c5f9ea 09-Aug-2011 Johnny Chen <johnny.chen@apple.com> Silence clang warning.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@137141 91177308-0d34-0410-b5e6-96231b3b80d8
ain.m
2072b493b4cefc7a18b13514c2296529683d5565 09-Aug-2011 Johnny Chen <johnny.chen@apple.com> Simplify lang/objc/self/Makefile, plus it's wrong. :-)
For Makefile.rules, the modification of CFLAGS (addition of -arch $(ARCH) for Darwin) needs to come before
the consuming of CFLAGS, not after.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@137140 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
c617a4cb4a451be9d7e97d7af6e165d282b5390f 06-Aug-2011 Sean Callanan <scallanan@apple.com> This is an overhaul of the expression parser code
that detects what context the current expression is
meant to execute in. LLDB now properly consults
the method declaration in the debug information
rather than trying to hunt down the "this" or "self"
pointer by name, which can be misleading.

Other fixes include:

- LLDB now properly detects that it is inside
an inlined C++ member function.

- LLDB now allows access to non-const members when
in const code.

- The functions in SymbolFile that locate the
DeclContext containing a DIE have been renamed
to reflect what they actually do. I have added
new functions that find the DeclContext for the
DIE itself.

I have also introduced testcases for C++ and
Objective-C.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136999 91177308-0d34-0410-b5e6-96231b3b80d8
akefile
estObjCSelf.py
ain.m