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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[lldbsuite] Un-xfail TestPyObjSynthProvider on Windows
Stella Stamenova
2019-03-13
1
-1
/
+0
*
[TestBatchMode] We already log this output to a file.
Davide Italiano
2019-03-13
1
-12
/
+0
*
[testsuite] Remove other traces broken in python 3.
Davide Italiano
2019-03-13
1
-31
/
+0
*
[testsuite] Remove dead code in TestFormats.
Davide Italiano
2019-03-13
1
-27
/
+0
*
[test] Some unicode sequences can't be printed, and Py 3 is more picky.
Davide Italiano
2019-03-13
1
-4
/
+0
*
[Python] Fix another batch of python 2/python 3 portability issues.
Davide Italiano
2019-03-13
3
-5
/
+19
*
Fix the broken Batch test by passing a custom module cache to the inferior lldb.
Adrian Prantl
2019-03-12
1
-4
/
+7
*
Revert "Temporarily add more logging to TestBatchMode"
Adrian Prantl
2019-03-12
1
-6
/
+0
*
Temporarily add more logging to TestBatchMode
Adrian Prantl
2019-03-12
1
-0
/
+6
*
[lldb-mi] Make this test more reliable. NFC.
Davide Italiano
2019-03-12
1
-0
/
+6
*
Re-enable this test, the underlying bug was fixed and the test now passes.
Jim Ingham
2019-03-12
1
-1
/
+0
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
16
-2
/
+241
*
Correctly look up declarations in inline namespaces
Raphael Isemann
2019-03-12
3
-0
/
+41
*
Fix a crasher in StackFrame::GetValueForVariableExpressionPath()
Greg Clayton
2019-03-11
3
-0
/
+123
*
Makefile.rules: Upstream SDKROOT handling code for Darwin.
Adrian Prantl
2019-03-11
1
-0
/
+18
*
Bring Doxygen comment syntax in sync with LLVM coding style.
Adrian Prantl
2019-03-11
2
-2
/
+2
*
[lldb] [test] Mark more tests flakey on NetBSD
Michal Gorny
2019-03-11
2
-0
/
+2
*
[lldb] [test] Mark a few tests flakey on NetBSD
Michal Gorny
2019-03-11
7
-0
/
+9
*
[lldb] [test] Make 2lwp_process_SIGSEGV test more portable
Michal Gorny
2019-03-10
4
-5
/
+8
*
[lldb] [test] Adjust XFAIL list to match buildbot results
Michal Gorny
2019-03-09
3
-4
/
+2
*
Actually implement the TestQueues.py workaround
Frederic Riss
2019-03-09
1
-5
/
+4
*
Try to workaround the TestQueues.py flakyness
Frederic Riss
2019-03-09
1
-0
/
+5
*
[lldb] [test] Skip broken NetBSD core test
Michal Gorny
2019-03-08
1
-0
/
+1
*
[lldb] [test] Do not check libc function names in NetBSD core test
Michal Gorny
2019-03-08
1
-1
/
+1
*
[lldb] [Process] Add proper support for NetBSD core files with threads
Michal Gorny
2019-03-08
11
-0
/
+316
*
Add more logging to TestQueues.py
Frederic Riss
2019-03-08
1
-2
/
+4
*
Add ASAN llvm build directory variants to
Jason Molenda
2019-03-08
1
-0
/
+3
*
Fix TestPaths.py on windows
Alex Langford
2019-03-07
1
-10
/
+2
*
Add logging to TestQueues.py
Frederic Riss
2019-03-07
1
-0
/
+20
*
Fix TestAppleSimulatorOSType.py with Xcode 10.2
Frederic Riss
2019-03-07
1
-1
/
+3
*
[testsuite] Recommit the TestTerminal directory.
Davide Italiano
2019-03-07
1
-0
/
+111
*
[testsuite] Spring cleaning: this tests `stty`, not `lldb`.
Davide Italiano
2019-03-07
1
-111
/
+0
*
Relax testcase.
Adrian Prantl
2019-03-07
1
-1
/
+1
*
Remove redundant second os.path.join call [NFC]
Raphael Isemann
2019-03-06
1
-2
/
+1
*
Fix core files for 32 bit architectures that are supported in ProcessELFCore.cpp
Greg Clayton
2019-03-06
2
-0
/
+29
*
Adding test to cover the correct import of SourceLocation pertaining to a bui...
Shafik Yaghmour
2019-03-06
3
-0
/
+39
*
[lldb] [test] Pass appropriate -L&-Wl,-rpath for libc++ on NetBSD
Michal Gorny
2019-03-06
1
-0
/
+5
*
[ExpressionParser] Test GetClangResourceDir
Alex Langford
2019-03-06
1
-0
/
+9
*
[lldbsuite, windows] Skip the TestEvents tests on Windows
Stella Stamenova
2019-03-05
1
-0
/
+3
*
Revert "[lldbtest] Check against the correct name for libcxxabi (macOS)."
Davide Italiano
2019-03-05
1
-1
/
+1
*
[lldb] Disable some of TestJITLoaderGDB.py tests on Windows
Yury Delendik
2019-03-05
1
-0
/
+2
*
Adds property to force enabling of GDB JIT loader for MacOS
Yury Delendik
2019-03-05
4
-0
/
+112
*
[lldbtest] Check against the correct name for libcxxabi (macOS).
Davide Italiano
2019-03-05
1
-1
/
+1
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
130
-9
/
+194
*
[lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSD
Michal Gorny
2019-03-02
1
-1
/
+2
*
Pass arguments correctly to the objc object checker on arm64
Jim Ingham
2019-02-27
2
-0
/
+30
*
Remove XFAIL-Linux from two asan tests
Pavel Labath
2019-02-27
2
-6
/
+0
*
When deserializing breakpoints some options may not be present.
Jim Ingham
2019-02-22
1
-0
/
+6
*
[lldb] [test] Do not link -ldl on NetBSD
Michal Gorny
2019-02-21
3
-2
/
+12
*
testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...
Jan Kratochvil
2019-02-21
2
-4
/
+12
[prev]
[next]