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
estRealDefinition.py
|
2a29bd5312865d826c3481fe4e1c29a1512a1620 |
13-Apr-2012 |
Johnny Chen <johnny.chen@apple.com> |
Ditto 'requires modern objc runtime' for TestRealDefinition.py -- fix test suite errors for i386. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@154638 91177308-0d34-0410-b5e6-96231b3b80d8
estRealDefinition.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
estRealDefinition.py
|
d0f67e2a87ac492fa8b765482f133438bf470dd6 |
12-Dec-2011 |
Johnny Chen <johnny.chen@apple.com> |
Rename some test methods, with no functionality change. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146429 91177308-0d34-0410-b5e6-96231b3b80d8
estRealDefinition.py
|
9a530a652e519c5f99f7f13ab5512e2a040339a6 |
09-Dec-2011 |
Greg Clayton <gclayton@apple.com> |
We now have a test case for stopping within a module in a place where the translation unit has a interface for a class "Bar" that contains hidden ivars in the implementation and we make sure we can see these hidden ivars. We also test the case where we stop in translation unit that contains the implementation first. So the test runs two tests: 1 - run and stop where we have an interface, run to main and print and make sure we find the hidden ivar 2 - run and stop where we have an implementation, run to main and print and make sure we find the hidden ivar git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@146216 91177308-0d34-0410-b5e6-96231b3b80d8
ar.m
oo.m
estRealDefinition.py
ain.m
|
de32b455d42f36098f8cbf619e09690f26716d96 |
03-Dec-2011 |
Greg Clayton <gclayton@apple.com> |
Added a code for a test to find the real Objective C class definition. I still need to write the test case file. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@145756 91177308-0d34-0410-b5e6-96231b3b80d8
ar.h
ar.m
oo.h
oo.m
akefile
ain.m
|