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
...
*
Fix llvm_unreachable in TestWriteMemory
Pavel Labath
2019-04-02
1
-1
/
+1
*
Simplify TestGdbRemoteRegisterState
Pavel Labath
2019-04-02
1
-9
/
+0
*
[lldb-vscode] Add logic to handle EOF when reading from lldb-vscode stdout.
Jorge Gorbe Moya
2019-04-01
1
-31
/
+45
*
[Process] Fix WriteMemory return value
Med Ismail Bennani
2019-04-01
1
-0
/
+29
*
[lldb] [Process/elf-core] Support aarch64 NetBSD core dumps
Michal Gorny
2019-04-01
7
-0
/
+15
*
Fix for regression test, since we rely on the formatter for std::vector in th...
Shafik Yaghmour
2019-03-28
1
-0
/
+1
*
Fix the swig typemap for "uint32_t *versions, uint32_t num_versions".
Jim Ingham
2019-03-28
2
-0
/
+267
*
Regression test to ensure that we handling importing of std::vector of enums ...
Shafik Yaghmour
2019-03-28
3
-0
/
+47
*
[Platform] Remove Kalimba Platform
Jonas Devlieghere
2019-03-27
1
-2
/
+0
*
Rename some variables in the std-module tests
Pavel Labath
2019-03-27
2
-2
/
+2
*
Reapply minidump changes reverted in r356806
Pavel Labath
2019-03-25
8
-0
/
+134
*
Revert minidump changes
Jonas Devlieghere
2019-03-22
8
-134
/
+0
*
Extend r356573 (minidump UUID handling) to cover elf build-ids too
Pavel Labath
2019-03-22
2
-0
/
+13
*
Makefile.rules: Normalize use of trailing slashes in path variables.
Adrian Prantl
2019-03-21
1
-4
/
+4
*
Use list comprehension instead of map/filter to prepare Python2/3 compat
Serge Guelton
2019-03-21
1
-2
/
+1
*
Fix UUID decoding from minidump files
Greg Clayton
2019-03-20
7
-0
/
+121
*
Improve error handling for Clang module imports.
Adrian Prantl
2019-03-19
5
-8
/
+22
*
Skip TestVSCode_setFunctionBreakpoints on linux
Pavel Labath
2019-03-18
1
-0
/
+1
*
Fix TestCommandScriptImmediateOutput for python3
Pavel Labath
2019-03-18
1
-3
/
+3
*
Implement a better way of not passing the sanitizer environment on to tests.
Adrian Prantl
2019-03-15
1
-3
/
+2
*
Fix a double-overrelease in the TestDataFormatterObjC test program.
Adrian Prantl
2019-03-14
1
-4
/
+5
*
Make sure that a sanitizer LLDB's environment doesn't get passed on
Adrian Prantl
2019-03-14
1
-0
/
+5
*
[Python] Fix TestDataFormatterSmartArray to work across python versions.
Davide Italiano
2019-03-13
1
-4
/
+4
*
[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
[prev]
[next]