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
...
*
[Tests] Split float test into float and doubles
Jonas Devlieghere
2019-04-19
4
-18
/
+76
*
This test doesn't need to be run for all debug formats.
Jim Ingham
2019-04-19
1
-0
/
+1
*
[lldb] [test] Mark three more tests flakey/xfail on NetBSD
Michal Gorny
2019-04-18
2
-0
/
+3
*
[lldb] Don't filter variable list when doing a lookup by mangled name in Symb...
Kuba Mracek
2019-04-18
3
-0
/
+63
*
Breakpad: Match the new UUID algorithm in minidumps
Pavel Labath
2019-04-16
2
-0
/
+12
*
[ASTImporter] Regression test to ensure that we handling importing of anonymo...
Shafik Yaghmour
2019-04-15
3
-0
/
+36
*
Make TestPrintStackTraces deterministic
Pavel Labath
2019-04-12
2
-158
/
+8
*
[lldb-server] Update tests to use std::thread/mutex for all platforms
Aaron Smith
2019-04-12
1
-86
/
+81
*
[test] Convert CommandScriptImmediateOutput from pexpect to lit
Jonas Devlieghere
2019-04-11
2
-120
/
+0
*
Minidump: extend UUID byte-swapping to windows platform
Pavel Labath
2019-04-11
1
-6
/
+6
*
Fix undefined behavior in DWARFASTParser::ParseChildArrayInfo()
Adrian Prantl
2019-04-10
1
-0
/
+2
*
[testsuite] Split Obj-C foundation test
Jonas Devlieghere
2019-04-10
4
-142
/
+154
*
Rename Target::GetSharedModule to Target::GetOrCreateModule.
Jason Molenda
2019-04-08
3
-0
/
+125
*
[testsuite] Split Objective-C new syntax test
Jonas Devlieghere
2019-04-05
5
-204
/
+225
*
[Test] Remove no_debug_info_test decorator from Obj-C data formatters.
Jonas Devlieghere
2019-04-05
11
-11
/
+0
*
[testsuite] Split Objective-C data formatter
Jonas Devlieghere
2019-04-05
14
-530
/
+584
*
TestVCCode_step: replace assertTrue with more specific assertions
Pavel Labath
2019-04-05
1
-10
/
+10
*
modify-python-lldb.py: (Re)move __len__ and __iter__ support
Pavel Labath
2019-04-04
1
-0
/
+1
*
Un-xfail one of the TestMiniDumpUUID tests on Windows
Stella Stamenova
2019-04-03
1
-1
/
+0
*
Re-enable most lldb-vscode tests on Linux.
Jorge Gorbe Moya
2019-04-03
4
-20
/
+5
*
Attempt #2 to get this patch working. I will watch the build bots carefully t...
Greg Clayton
2019-04-03
5
-0
/
+81
*
modify-python-lldb.py: clean up __iter__ and __len__ support
Pavel Labath
2019-04-03
6
-0
/
+13
*
Revert r357504, r357491, r357482 because of bot breakage.
Adrian Prantl
2019-04-02
5
-86
/
+1
*
Clean up windows build bot.
Greg Clayton
2019-04-02
1
-0
/
+2
*
Fix buildbot where paths were not matching up.
Greg Clayton
2019-04-02
1
-1
/
+4
*
Allow partial UUID matching in Minidump core file plug-in
Greg Clayton
2019-04-02
5
-0
/
+80
*
Fix flakyness in TestCommandScriptImmediateOutput
Pavel Labath
2019-04-02
2
-5
/
+7
*
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
[prev]
[next]