index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lldb
/
test
/
foundation
/
TestObjCMethods.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move global_variables dir to lang/c and foundation dir to lang/objc.
Johnny Chen
2011-06-25
1
-255
/
+0
*
The extra burden for the Python API test case to assign its process object to...
Johnny Chen
2011-06-15
1
-3
/
+3
*
Now that we have added a post-processing step for adding truth value testing to
Johnny Chen
2011-05-24
1
-6
/
+6
*
Change "frame var" over to using OptionGroups (and thus the OptionGroupVariab...
Jim Ingham
2011-05-04
1
-4
/
+4
*
Change the rest of lldbutil.py's function names to all lower case formats to ...
Johnny Chen
2011-04-27
1
-2
/
+2
*
Moved the execution context that was in the Debugger into
Greg Clayton
2011-04-12
1
-5
/
+5
*
Modify test scripts to accomodate SBTarget.Launch() API change.
Johnny Chen
2011-02-03
1
-1
/
+1
*
Deprecated old forms of SBTarget::Launch. There is not just one and no
Greg Clayton
2011-01-23
1
-1
/
+2
*
Updated comment.
Johnny Chen
2011-01-03
1
-1
/
+0
*
Fix one of the golden output of "frame variable -t *self" to be:
Johnny Chen
2010-12-15
1
-1
/
+1
*
Added a test for finding the correct values for ivars when a property causes ...
Jim Ingham
2010-12-15
1
-2
/
+60
*
Fixed the "expression" command object to use the StackFrame::GetValueForExpre...
Greg Clayton
2010-12-15
1
-1
/
+1
*
Modified main.m and TestObjCMethods.py to unbreak the test/foundation directory.
Johnny Chen
2010-12-06
1
-0
/
+12
*
Remove @skip decorators for fixed crashes.
Johnny Chen
2010-11-30
1
-2
/
+0
*
Skipped two test cases due to seg fault while hadnling command:
Johnny Chen
2010-11-30
1
-0
/
+2
*
Run commands 'expression self->str' and 'expression self->date'.
Johnny Chen
2010-11-12
1
-5
/
+2
*
Added a simple test for:
Johnny Chen
2010-11-11
1
-0
/
+4
*
Modify the command passed to command interpreter from 'expr' (which is an ali...
Johnny Chen
2010-10-19
1
-6
/
+7
*
Remove the @expectedFailure decorators, as rdar://problem/8542091 is supposed...
Johnny Chen
2010-10-15
1
-4
/
+3
*
Remove the @skip("Skip due to deadlock?") decorators. Change the command to
Johnny Chen
2010-10-15
1
-3
/
+1
*
This is an initial version of test driver enhanceent to be able to dump the
Johnny Chen
2010-10-15
1
-0
/
+2
*
Make calling the super class's setUp() method less fragile.
Johnny Chen
2010-10-14
1
-1
/
+2
*
Apply (query-replace "frame variable" "frame variable -t") and fix a comment ...
Johnny Chen
2010-10-13
1
-4
/
+4
*
Update the @expectedFailure decorator with additional bug info:
Johnny Chen
2010-10-12
1
-18
/
+48
*
The 'regexp-break' command now prints out the command that results from
Johnny Chen
2010-10-12
1
-2
/
+2
*
I committed too fast. Both "struct objc_selector *" and "SEL" are possible,
Johnny Chen
2010-10-01
1
-2
/
+3
*
Updated the expected match string when stopped on an objc instance method from:
Johnny Chen
2010-10-01
1
-1
/
+1
*
Test new feature with r115115:
Johnny Chen
2010-09-30
1
-0
/
+6
*
Updated the comment section for running 'expr self->string' and 'expr self->d...
Johnny Chen
2010-09-29
1
-2
/
+5
*
Added two @expectedFailure decorators for test_data_type_and_expr_with_dsym()...
Johnny Chen
2010-09-29
1
-0
/
+7
*
Updated to reflect the updated tot r115023. Will be filing a bug next.
Johnny Chen
2010-09-29
1
-4
/
+4
*
Removed the @expectedFailure decorators; it was fixed with r114258.
Johnny Chen
2010-09-19
1
-2
/
+0
*
Fixed a typo and supplied a more appropriate assert message.
Johnny Chen
2010-09-17
1
-1
/
+1
*
Added test cases to FoundationTestCase to exercise lookup of objc data types and
Johnny Chen
2010-09-17
1
-1
/
+66
*
Changed test case method names.
Johnny Chen
2010-09-17
1
-3
/
+3
*
Added extra test scenarios to break on a selector with:
Johnny Chen
2010-09-16
1
-4
/
+24
*
Fixed wrong doc strings from cut-and-paste.
Johnny Chen
2010-09-16
1
-2
/
+2
*
Added a simple test case to set breakpoints on objc class/instance methods.
Johnny Chen
2010-09-16
1
-0
/
+53