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
/
packages
/
Python
/
lldbsuite
/
test
/
lang
/
objc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix i386 being able to show member variables correctly by not returning empty...
Greg Clayton
2016-12-09
2
-4
/
+5
*
Handle UTF-16 and UTF-32 constant CFStrings
Sean Callanan
2016-12-01
2
-0
/
+11
*
remove xfail from TestObjCNewSyntax.py test_expr_gmodules()
Todd Fiala
2016-10-24
1
-4
/
+0
*
Added a decorator for the macOS version and switched over testcases that used...
Sean Callanan
2016-10-20
5
-10
/
+5
*
More testsuite xfail markings cleanup.
Jim Ingham
2016-10-18
2
-3
/
+2
*
This test is no longer failing for gmodules.
Jim Ingham
2016-10-15
1
-4
/
+0
*
This test passes on i386 now.
Jim Ingham
2016-10-14
1
-4
/
+0
*
This test is passing on i386 now.
Jim Ingham
2016-10-14
1
-2
/
+0
*
This test now passes.
Jim Ingham
2016-10-12
1
-2
/
+0
*
This was skipped due to a clang PR that has been fixed.
Jim Ingham
2016-10-11
1
-1
/
+0
*
Skip TestRuntimeIvars on i386; the Objective-C V1 runtime doesn't list ivars.
Sean Callanan
2016-09-30
1
-1
/
+1
*
Don't expect new-style Objective-C literals to work on i386 with the V1 runtime.
Sean Callanan
2016-09-29
1
-0
/
+1
*
Fixed TestObjCMethods2/i386 by separating out the portions that require ObjC V2.
Sean Callanan
2016-09-29
1
-13
/
+17
*
*** This commit represents a complete reformatting of the LLDB source code
Kate Stone
2016-09-06
46
-879
/
+1568
*
xfailed TestObjCNewSyntax.py on macOS for gmodules
Todd Fiala
2016-08-10
1
-0
/
+1
*
Add support for Objective-C class properties.
Greg Clayton
2016-07-14
2
-0
/
+27
*
Added a test case for bitfield ivars. It currently fails.
Sean Callanan
2016-06-24
2
-0
/
+56
*
Fix an issue where LLDB would show the key and value of a single entry NSDict...
Enrico Granata
2016-06-24
3
-0
/
+82
*
Handle variadic Objective-C methods from DWARF correctly.
Sean Callanan
2016-06-24
2
-0
/
+35
*
Revert "Make lldbinline.py regenerate the Makefile each time it builds."
Pavel Labath
2016-06-07
1
-8
/
+1
*
Make lldbinline.py regenerate the Makefile each time it builds.
Sean Callanan
2016-06-07
1
-1
/
+8
*
Add "-gmodules" support to the test suite.
Todd Fiala
2016-05-26
2
-0
/
+2
*
Fix clean rule for a makefile
Pavel Labath
2016-04-01
1
-1
/
+1
*
Fixed a problem where a dSYM wasn't properly found because it had the wrong name
Sean Callanan
2016-03-30
2
-2
/
+3
*
Remove decorators related to debug info types.
Zachary Turner
2016-02-09
3
-8
/
+4
*
Remove skip and xfail decorators for target architecture.
Zachary Turner
2016-02-09
5
-5
/
+5
*
Move the rest of the tests over to using the new decorator module.
Zachary Turner
2016-02-04
42
-57
/
+102
*
Move some of the common decorators to decorators.py.
Zachary Turner
2016-02-04
1
-2
/
+3
*
Skipped IncompleteModulesTestCase on OS X
Todd Fiala
2016-01-23
1
-2
/
+1
*
Writing a test case for r257234 I found another place that was
Jim Ingham
2016-01-09
3
-0
/
+70
*
Marked TestModulesInlineFunctions.py XFAIL
Todd Fiala
2015-12-04
1
-0
/
+1
*
Fix test error in TestObjCCheckers.py
Todd Fiala
2015-12-04
1
-1
/
+1
*
Fixed another issue with wrong case in #import.
Sean Callanan
2015-11-06
1
-1
/
+1
*
Fixed a problem where a test case referred to a
Sean Callanan
2015-11-06
1
-1
/
+1
*
Remove `use_lldb_suite` from the package, and don't import it anymore.
Zachary Turner
2015-11-03
39
-39
/
+39
*
Python 3 - Don't use `commands` module anymore.
Zachary Turner
2015-11-03
1
-2
/
+2
*
Tighten up sys.path, and use absolute imports everywhere.
Zachary Turner
2015-11-03
42
-86
/
+92
*
Skip this test is the test suite is running in a mode where it has no WindowS...
Enrico Granata
2015-10-28
1
-6
/
+9
*
Move lldb/test to lldb/packages/Python/lldbsuite/test.
Zachary Turner
2015-10-28
140
-0
/
+5376