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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[Dictionary] Rewrite the test added in r327587 as an inline test.
Davide Italiano
2018-03-15
2
-0
/
+13
*
[test] Skip more lldb-mi tests which occasionally time out on Darwin
Vedant Kumar
2018-03-14
1
-1
/
+6
*
[test] Skip some lldb-mi tests which time out on Darwin
Vedant Kumar
2018-03-14
2
-0
/
+11
*
[test] Delete some xfailed lldb-mi tests
Vedant Kumar
2018-03-14
7
-638
/
+0
*
[test] Disable TestMachCore everywhere except on Darwin
Jonas Devlieghere
2018-03-14
1
-0
/
+1
*
Update selected thread after loading mach core
Jonas Devlieghere
2018-03-14
3
-0
/
+966
*
Skip TestWatchedVarHitWhenInScope.py everywhere
Pavel Labath
2018-03-14
1
-3
/
+1
*
[test] Replace some references to Apple-internal bugs
Vedant Kumar
2018-03-13
10
-32
/
+14
*
Add a missing return in SBPlatform::IsConnected and test
Jim Ingham
2018-03-13
1
-0
/
+8
*
Introduce a setting to disable Spotlight while running the test suite
Adrian Prantl
2018-03-12
1
-1
/
+6
*
Rename clang.modules-cache-path to symbols.clang-modules-cache-path
Adrian Prantl
2018-03-10
2
-2
/
+2
*
Make TestCompletion work on windows
Pavel Labath
2018-03-09
1
-58
/
+0
*
Move option parsing out of the Args class
Pavel Labath
2018-03-09
1
-26
/
+21
*
[test] Skip a test which sporadically fails in its dsym variant
Vedant Kumar
2018-03-09
1
-0
/
+2
*
[test] Skip a test when using an out-of-tree debugserver
Vedant Kumar
2018-03-08
5
-0
/
+18
*
[LLDB][PPC64] Fix single step and LldbGdbServer tests
Pavel Labath
2018-03-08
3
-6
/
+11
*
Add test for lldb-mi interpreter
Adrian Prantl
2018-03-06
2
-0
/
+39
*
Rewrite TestTargetSymbolsBuildidCase to be more focused
Pavel Labath
2018-03-06
3
-45
/
+0
*
[LLDB][PPC64] Fixed issues with expedited registers
Pavel Labath
2018-03-06
1
-0
/
+2
*
Upstreaming avx512 register support in debugserver. These changes
Jason Molenda
2018-03-06
4
-19
/
+241
*
[test] Skip pexpect-based lldb-mi tests on Darwin
Vedant Kumar
2018-03-05
4
-1
/
+20
*
Including <functional> for std::bind
Raphael Isemann
2018-03-05
1
-0
/
+1
*
Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.
Adrian Prantl
2018-03-02
1
-1
/
+2
*
Don't compile testcase with clang modules enabled.
Adrian Prantl
2018-03-02
2
-2
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
6
-2
/
+55
*
[testsuite] Remove workaround for categories and inline tests.
Jonas Devlieghere
2018-03-02
1
-9
/
+6
*
Speed up TestWatchpointMultipleThreads
Pavel Labath
2018-03-02
2
-120
/
+41
*
Make TestDynamicValueSameBase gcc-compatible
Pavel Labath
2018-03-01
1
-3
/
+7
*
[test] Restore cleanup behavior in TestQuoting.py
Vedant Kumar
2018-03-01
1
-1
/
+1
*
We were getting the wrong dynamic type if there were two classes with the sam...
Jim Ingham
2018-03-01
3
-0
/
+99
*
Adapt some tests to work with PPC64le architecture
Pavel Labath
2018-02-28
4
-4
/
+7
*
Revert "[lldb] Use vFlash commands when writing to target's flash memory regi...
Pavel Labath
2018-02-28
1
-61
/
+0
*
Fix lldbinline tests for remote targets
Pavel Labath
2018-02-27
1
-1
/
+1
*
[lldb] Use vFlash commands when writing to target's flash memory regions
Pavel Labath
2018-02-27
1
-0
/
+61
*
Move TestGdbRemoteExitCode next to the other llgs tests
Pavel Labath
2018-02-27
3
-363
/
+0
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-27
1
-0
/
+9
*
Move "concurrent events" tests back into one folder
Pavel Labath
2018-02-27
71
-348
/
+4
*
Add a sanity check for inline testcases.
Adrian Prantl
2018-02-26
2
-0
/
+10
*
Revert r326134 due to broken buildbot
Ed Maste
2018-02-26
1
-8
/
+0
*
Mark test_*int*_t_dwarf as failing on FreeBSD
Ed Maste
2018-02-26
1
-0
/
+8
*
Partial fix for TestConflictingSymbol.py on Windows
Adrian McCarthy
2018-02-26
3
-4
/
+4
*
Add "lldb-test breakpoint" command and convert the case-sensitivity test to u...
Pavel Labath
2018-02-26
3
-143
/
+0
*
Fix tabs/spaces indentation problem in TestUnicodeSymbols.py
Adrian McCarthy
2018-02-26
1
-7
/
+7
*
Fix breakpoint thread name conditionals after breakpoint options refactor.
Jim Ingham
2018-02-23
2
-35
/
+29
*
Replace HashStringUsingDJB with llvm::djbHash
Pavel Labath
2018-02-23
3
-0
/
+30
*
Fix TestMultithreaded when there's no debugserver specified
Frederic Riss
2018-02-23
1
-1
/
+1
*
Fix TestUbsanBasic
Frederic Riss
2018-02-23
1
-1
/
+1
*
Fix TestMultithreaded when specifying an alternative debugserver.
Frederic Riss
2018-02-23
1
-0
/
+2
*
[testsuite] Throw away test/debug_info/apple_types.
Davide Italiano
2018-02-23
3
-104
/
+0
*
[ObjC] Fix the NSConcreteData formatter and test it
Vedant Kumar
2018-02-22
2
-2
/
+14
[prev]
[next]