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
...
*
[test] TestSharedPtr -> TestSharedPtrDbgInfoContent
Jonas Devlieghere
2019-05-02
1
-1
/
+1
*
Add std::stack and std::queue support to CxxModuleHandler
Raphael Isemann
2019-05-02
6
-0
/
+139
*
Inject only relevant local variables in the expression evaluation context
Raphael Isemann
2019-05-02
1
-0
/
+37
*
[test] Convert TestWatchpointSetErrorCases.py to lit
Jonas Devlieghere
2019-05-02
1
-74
/
+0
*
Set a CXXRecordDecl to not be passed in registers if DW_CC_pass_by_reference ...
Shafik Yaghmour
2019-05-01
3
-0
/
+56
*
Disable queues_with_libBacktraceRecording
Jonas Devlieghere
2019-05-01
1
-0
/
+1
*
Disabling test in TestClassTemplateParameterPack.py until we do template look...
Shafik Yaghmour
2019-05-01
2
-7
/
+9
*
Un-xfail the TestMiniDump tests on Windows
Stella Stamenova
2019-04-30
1
-2
/
+0
*
Instantiate 'std' templates explicitly in the expression evaluator
Raphael Isemann
2019-04-30
48
-0
/
+800
*
@skipIfLinux another batch of flaky lldb-mi tests
Pavel Labath
2019-04-29
2
-1
/
+3
*
[lldb] [test] Remove duplicate YMM/ZMM dotest tests
Michal Gorny
2019-04-29
4
-354
/
+0
*
[Windows] Dump more information about access violation exception
Aleksandr Urakov
2019-04-29
1
-1
/
+1
*
TestZMMRegister: use an integer division as intended
Frederic Riss
2019-04-26
1
-2
/
+2
*
[TestTemplateFunction] Add a missing debug info variant.
Davide Italiano
2019-04-25
1
-1
/
+1
*
Another use of the interactive lldb.debugger.
Jason Molenda
2019-04-25
1
-1
/
+1
*
Two tests were using the interactive convenience variable
Jason Molenda
2019-04-25
2
-3
/
+3
*
Skip test introduced in r359140 on windows
Frederic Riss
2019-04-24
1
-0
/
+2
*
Fix infinite recursion when calling C++ template functions
Frederic Riss
2019-04-24
3
-0
/
+51
*
[DataFormatters] Adjusting libc++ std::list formatter to act better with poin...
Shafik Yaghmour
2019-04-24
2
-1
/
+6
*
yamlify TestMiniDumpUUID binaries
Pavel Labath
2019-04-23
19
-34
/
+183
*
Rename C++ TestGlobalVariables.py to have a distinct name from C version.
Adrian Prantl
2019-04-22
1
-0
/
+0
*
@skipIfLinux flaky lldb-mi tests
Pavel Labath
2019-04-21
3
-0
/
+3
*
Make TestVSCode_step pass reliably
Pavel Labath
2019-04-21
1
-7
/
+1
*
[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
[prev]
[next]