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
/
lldbtest.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
lldbtest.py: Unconditionally set the clang module cache path.
Adrian Prantl
2018-08-21
1
-12
/
+9
*
Add a new tool named "lldb-vscode" that implements the Visual Studio Code Deb...
Greg Clayton
2018-08-16
1
-0
/
+5
*
Added missing null checks to fix r339351
Raphael Isemann
2018-08-09
1
-1
/
+5
*
Also display the output and error output of a failed command
Raphael Isemann
2018-08-09
1
-1
/
+6
*
Add the actually calculated completions to COMPLETION_MSG
Raphael Isemann
2018-07-27
1
-2
/
+3
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
1
-5
/
+5
*
[lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...
Stella Stamenova
2018-06-13
1
-1
/
+1
*
[LLDB] Unit tests basic support for OpenBSD
David Carlier
2018-06-04
1
-15
/
+19
*
[dotest] Make the set of tests independent of the test configuration
Pavel Labath
2018-04-24
1
-44
/
+8
*
Fix some tests for PPC64le architecture
Pavel Labath
2018-03-20
1
-0
/
+7
*
[dotest] Clean up test folder clean-up
Pavel Labath
2018-03-16
1
-33
/
+23
*
[dotest] remove confirm_directory_exclusivity remnants
Pavel Labath
2018-03-15
1
-13
/
+0
*
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
1
-1
/
+1
*
Make the clang module cache setting available without a target
Adrian Prantl
2018-03-02
1
-2
/
+2
*
Fix a couple of more tests to not create files in the source tree
Pavel Labath
2018-02-21
1
-3
/
+3
*
Fix paralelization of remote tests
Pavel Labath
2018-02-16
1
-1
/
+1
*
[dosep] Run tests in a more parallel fashion
Pavel Labath
2018-02-16
1
-6
/
+9
*
Make LLDB's clang module cache path customizable
Adrian Prantl
2018-02-09
1
-0
/
+8
*
Only throw -fPIC when building a shared library
Aaron Smith
2018-02-08
1
-4
/
+4
*
Build each testcase variant in its own subdirectory and remove the srcdir loc...
Adrian Prantl
2018-02-06
1
-63
/
+42
*
[dotest] make debug info variant accessible in setUp()
Pavel Labath
2018-02-05
1
-18
/
+19
*
Enforce that NO_DEBUG_INFO_TESTCASEs build using buildDefault().
Adrian Prantl
2018-01-30
1
-0
/
+12
*
Compile the LLDB tests out-of-tree.
Adrian Prantl
2018-01-30
1
-49
/
+72
*
Enforce that tests building with buildDefault set NO_DEBUG_INFO_TESTCASE
Adrian Prantl
2018-01-30
1
-0
/
+2
*
One more TestGDBRemoteClient/windows fix
Pavel Labath
2018-01-30
1
-2
/
+3
*
Fix TestGDBRemoteClient on windows
Pavel Labath
2018-01-30
1
-2
/
+3
*
dotest: Apply --skip-categories to debug info categories
Vedant Kumar
2018-01-30
1
-1
/
+1
*
[lldb] Generic base for testing gdb-remote behavior
Pavel Labath
2018-01-29
1
-4
/
+29
*
Move getBuildArtifact() from TestBase to Base and derive MiTestCaseBase from it
Adrian Prantl
2018-01-23
1
-4
/
+4
*
Wrap all references to build artifacts in the LLDB testsuite (NFC)
Adrian Prantl
2018-01-19
1
-1
/
+6
*
Remove getCategories mechanism of specifying test categories
Pavel Labath
2017-11-02
1
-24
/
+0
*
dotest: consistently call finalize_build_dictionary in debug info variants
Pavel Labath
2017-11-01
1
-0
/
+2
*
[lldbtest] Simplify removing an unneeded else. NFCI.
Davide Italiano
2017-10-23
1
-2
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-25
1
-1
/
+1
*
Revert "Initial patchset to get the testsuite running against armv7 and arm64...
Chris Bieneman
2017-09-25
1
-1
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-22
1
-1
/
+1
*
Revert this patch; I was emailing with Eugene and they have some other change...
Jason Molenda
2017-09-21
1
-1
/
+1
*
Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...
Jason Molenda
2017-09-21
1
-1
/
+1
*
Make TestConflictingSymbol run on non-darwin targets
Pavel Labath
2017-05-17
1
-1
/
+1
*
Fix remote test suite directory creation
Pavel Labath
2017-03-20
1
-25
/
+24
*
dotest.py: remove the ability to specify different architectures/compilers in...
Pavel Labath
2017-03-15
1
-1
/
+1
*
test: shorten test trace file names
Pavel Labath
2017-03-03
1
-2
/
+5
*
[LLDB][MIPS] Fix TestMiExec and TestMiData failures
Nitesh Jain
2017-02-08
1
-0
/
+7
*
Don't allow direct access to StreamString's internal buffer.
Zachary Turner
2016-11-16
1
-0
/
+2
*
[Test Suite] Properly quote python string
Chris Bieneman
2016-11-08
1
-1
/
+1
*
[Test Suite] Attempt to fix issue zturner reported to me
Chris Bieneman
2016-11-08
1
-1
/
+1
*
[Test Suite] Pull generateSource into lldbtest
Chris Bieneman
2016-10-31
1
-0
/
+27
*
[Test Suite] Properly respect --framework option
Chris Bieneman
2016-10-31
1
-12
/
+36
*
Revert "[Test Suite] Pull generateSource into lldbtest"
Chris Bieneman
2016-10-27
1
-27
/
+0
[next]