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
*
[lldb/Test] Move @skipIfAsan from test class to test methods.
Jonas Devlieghere
2020-01-06
1
-1
/
+2
*
[lldb/Test] Temporarily skip TestFoundationDisassembly on the ASan bot.
Jonas Devlieghere
2020-01-06
1
-0
/
+1
*
[lldb] Added test for objc_direct calls with categories
Raphael Isemann
2019-12-20
1
-0
/
+13
*
[lldb] Add support for calling objc_direct methods from LLDB's expression eva...
Raphael Isemann
2019-12-17
3
-0
/
+88
*
LanguageRuntime: Simplify NSException::GetSummary() output
Med Ismail Bennani
2019-12-13
1
-6
/
+6
*
[lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...
Raphael Isemann
2019-12-13
5
-16
/
+0
*
[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...
Raphael Isemann
2019-12-13
47
-52
/
+0
*
Complete complete types early when importing types from Clang module DWARF.
Adrian Prantl
2019-11-22
6
-0
/
+95
*
Add a testcase for Clang modules being updated within one LLDB session.
Adrian Prantl
2019-11-15
6
-0
/
+87
*
[-gmodules] Let LLDB log a warning if the Clang module hash mismatches.
Adrian Prantl
2019-11-15
4
-0
/
+75
*
[Testsuite] Get rid of most of the recursive shared library Makefiles
Frederic Riss
2019-10-08
3
-28
/
+14
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
33
-59
/
+54
*
[lldb] Print better diagnostics for user expressions and modules
Raphael Isemann
2019-09-18
1
-1
/
+1
*
Clean up this test.
Jim Ingham
2019-09-18
1
-46
/
+11
*
TestFoundationDisassembly.py is not dependent on debug information.
Jim Ingham
2019-09-18
1
-0
/
+2
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
45
-133
/
+45
*
[test] Remove print statements and verify that the symbol exists
Jonas Devlieghere
2019-09-03
1
-10
/
+1
*
[dotest] Remove long running test "decorator" and re-enable tests.
Jonas Devlieghere
2019-08-27
1
-5
/
+0
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
42
-96
/
+0
*
[lldb] Fix crash when looking up type coming from the ClangModuleDeclVendor
Raphael Isemann
2019-07-21
1
-0
/
+4
*
[Target] Generalize some behavior in Thread
Alex Langford
2019-05-15
1
-3
/
+4
*
[testsuite] Split Obj-C foundation test
Jonas Devlieghere
2019-04-10
4
-142
/
+154
*
[testsuite] Split Objective-C new syntax test
Jonas Devlieghere
2019-04-05
5
-204
/
+225
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
1
-1
/
+1
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
4
-4
/
+9
*
Pass arguments correctly to the objc object checker on arm64
Jim Ingham
2019-02-27
2
-0
/
+30
*
[Python3] Fix TestObjCMethods.py to work with py2 and 3.
Davide Italiano
2019-02-18
1
-1
/
+1
*
[lldb] Make frame recognizers vend synthesized eValueTypeVariableArgument values
Kuba Mracek
2019-02-07
1
-0
/
+1
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-1
/
+0
*
[testsuite] Remove unused seven module imports.
Jonas Devlieghere
2019-01-28
1
-10
/
+0
*
Add decorator support for the DWARF version produced by the compiler
Adrian Prantl
2019-01-24
1
-0
/
+1
*
[Test] Fix up tests affected by the new LLVM header.
Jonas Devlieghere
2019-01-22
1
-5
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
6
-24
/
+18
*
Simplify testcase by using lldbutil.run_to_source_breakpoint()
Adrian Prantl
2019-01-07
1
-15
/
+2
*
[lldb] Fix ObjCExceptionRecognizedStackFrame to populate the list of recogniz...
Kuba Mracek
2019-01-04
1
-0
/
+11
*
[lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...
Kuba Mracek
2018-12-20
3
-17
/
+128
*
[lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...
Kuba Mracek
2018-11-28
1
-0
/
+10
*
[lldb] Add synthetic frontend for _NSCallStackArray
Kuba Mracek
2018-11-12
1
-2
/
+12
*
[lldb] Extract more fields from NSException values
Kuba Mracek
2018-11-12
3
-0
/
+135
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
2
-2
/
+2
*
[SymbolFile] Implement GetCompleteObjCClass for .debug_names
Jonas Devlieghere
2018-06-27
1
-3
/
+16
*
Fix/unify the spelling of Objective-C.
Adrian Prantl
2018-06-13
1
-1
/
+1
*
@skipUnlessDarwin TestOrderedSet
Pavel Labath
2018-05-30
1
-0
/
+1
*
[ObjC] Add a Makefile for the test added in r333465.
Davide Italiano
2018-05-29
1
-0
/
+6
*
[ObjC] Fix the formatter for NSOrderedSet.
Davide Italiano
2018-05-29
2
-0
/
+25
*
Typo fixes.
Bruce Mitchener
2018-05-29
1
-1
/
+1
*
Remove -gmodules restriction from test
Adrian Prantl
2018-03-16
1
-1
/
+0
*
Split skipIf decorator, the condition is supposed to be OR
Adrian Prantl
2018-03-15
1
-1
/
+2
*
[Dictionary] Rewrite the test added in r327587 as an inline test.
Davide Italiano
2018-03-15
2
-0
/
+13
*
[test] Replace some references to Apple-internal bugs
Vedant Kumar
2018-03-13
1
-3
/
+3
[next]