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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Fix nondeterminism in TestCppBitfields
Pavel Labath
2020-01-28
2
-2
/
+2
*
[LLDB] Fix the handling of unnamed bit-fields when parsing DWARF
shafik
2020-01-27
3
-0
/
+189
*
[lldb/test] test_breakpoints_func_full from TestNamespace.NamespaceBreakpoint...
Stella Stamenova
2020-01-14
1
-1
/
+0
*
Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...
Levon Ter-Grigoryan
2020-01-14
1
-2
/
+3
*
[lldb] Mark several tests as not dependent on debug info
Raphael Isemann
2020-01-13
2
-2
/
+4
*
[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
*
Explicitly specify -std=c++11 and include <mutex> and <condition_variable>.
Jim Ingham
2019-12-16
2
-0
/
+3
*
Run all threads when extending a next range over a call.
Jim Ingham
2019-12-16
3
-0
/
+110
*
LanguageRuntime: Simplify NSException::GetSummary() output
Med Ismail Bennani
2019-12-13
1
-6
/
+6
*
[lldb/Test] C++ test should use CXXFLAGS_EXTRAS
Jonas Devlieghere
2019-12-13
1
-1
/
+1
*
[lldb][NFC] Remove all `setUp` overrides that only call the parent implementa...
Raphael Isemann
2019-12-13
11
-38
/
+0
*
[lldb][NFC] Remove 'from __future__ import print_function' from all tests tha...
Raphael Isemann
2019-12-13
96
-102
/
+0
*
[lldb] Remove xpasses after pr44037 fix committed
Muhammad Omair Javaid
2019-12-13
2
-11
/
+1
*
return-object-by-reference ("non trivial") xfail on arm64 in TestTrivialABI.py
Jason Molenda
2019-12-11
2
-1
/
+2
*
[lldb] Remove Xfail decorators from steadily passing tests
Muhammad Omair Javaid
2019-12-09
2
-11
/
+0
*
[lldb] Update hardcoded Makefile.rules inclusions.
Jordan Rupprecht
2019-12-05
1
-2
/
+1
*
[lldb] s/assertTrue/assertEqual in TestStepTarget.py
Pavel Labath
2019-12-04
1
-9
/
+7
*
Mark some tests as xfail on AArch64 Linux
Diana Picus
2019-12-03
1
-0
/
+4
*
Complete complete types early when importing types from Clang module DWARF.
Adrian Prantl
2019-11-22
6
-0
/
+95
*
Mark PR44037 tests as XFAIL on AArch64 Linux dwo
Diana Picus
2019-11-19
2
-1
/
+12
*
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
*
[LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...
shafik
2019-11-12
2
-6
/
+10
*
[lldb] [test] Un-XFAIL tests that work on NetBSD 9
Michał Górny
2019-11-09
1
-2
/
+0
*
XFAIL TestLocalVariables.py on Windows
Jonas Devlieghere
2019-10-21
1
-0
/
+1
*
Speed up accelerator table lookups
Adrian Prantl
2019-10-10
11
-0
/
+92
*
Add test coverage to printing of enums and fix display of unsigned values
Frederic Riss
2019-10-08
2
-29
/
+57
*
[Testsuite] Get rid of most of the recursive shared library Makefiles
Frederic Riss
2019-10-08
6
-49
/
+23
*
Add pretty printing of Clang "bitfield" enums
Frederic Riss
2019-10-08
2
-3
/
+46
*
[lldb] Fix evaluation of nested classes with parent from other CU
Raphael Isemann
2019-10-02
5
-0
/
+81
*
[lldb] [test] Add NetBSD to XFAIL list for thread_local test
Michal Gorny
2019-09-25
1
-1
/
+2
*
Canonicalize variable usage in testsuite Makefiles
Adrian Prantl
2019-09-25
47
-75
/
+71
*
[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] Delete trivial inline test makefiles
Pavel Labath
2019-09-05
14
-36
/
+0
*
[lldb][NFC] Add a simple test for thread_local storage.
Raphael Isemann
2019-09-04
3
-0
/
+25
*
[dotest] Avoid the need for LEVEL= makefile boilerplate
Pavel Labath
2019-09-04
140
-402
/
+140
*
[lldb] [test] Mark 'reenabled' tests XFAIL on NetBSD
Michal Gorny
2019-09-04
1
-0
/
+1
*
[test] Remove print statements and verify that the symbol exists
Jonas Devlieghere
2019-09-03
1
-10
/
+1
*
[lldb][NFC] Also test operator new/new[]/delete/delete[]/comma/addr-of
Raphael Isemann
2019-08-29
1
-0
/
+18
*
[TestCppOperators] Enable TestCppOperators on Windows.
Jonas Devlieghere
2019-08-28
1
-2
/
+1
*
[lldb][NFC] Test named operators like new and function names that might confu...
Raphael Isemann
2019-08-28
1
-0
/
+18
*
[lldb][NFC] Actually run all expects in lang/cpp/operators
Raphael Isemann
2019-08-28
1
-12
/
+6
*
[lldb][NFC] Extend operator test case with conversion operators
Raphael Isemann
2019-08-28
1
-0
/
+9
*
[lldb][NFC] Test custom C++ operators
Raphael Isemann
2019-08-28
3
-0
/
+150
*
Fix TestStdCXXDisassembly.py
Pavel Labath
2019-08-27
1
-1
/
+1
[next]