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
...
*
@skipIfLinux flaky lldb-mi tests
Pavel Labath
2019-05-13
2
-1
/
+3
*
Change the disabling of packet logging to be in TearDownHook lambdas.
Jason Molenda
2019-05-10
4
-12
/
+9
*
Ted pointed out that some of test tests that are enabling packet
Jason Molenda
2019-05-10
4
-7
/
+17
*
minidump: Don't eagerly resolve module paths read from the minidump
Pavel Labath
2019-05-10
2
-1
/
+29
*
Revert "Disable the step over skipping calls feature since buildbots are not ...
Pavel Labath
2019-05-10
2
-2
/
+0
*
Improve step over performance by not stopping at branches that are function c...
Greg Clayton
2019-05-09
1
-4
/
+3
*
Fix TestVSCode_attach on Linux
Stella Stamenova
2019-05-09
1
-4
/
+7
*
[test] Remove randomness
Jonas Devlieghere
2019-05-05
1
-8
/
+3
*
Fixed some minor style issues in rLLDB359921 [NFC]
Raphael Isemann
2019-05-03
1
-6
/
+6
*
[Alias] Add 're' alias for register
Jonas Devlieghere
2019-05-03
1
-1
/
+2
*
Supply a default implementation of IsRuntimeSupportValue.
Adrian Prantl
2019-05-03
1
-1
/
+0
*
Fix for ambiguous lookup in expressions between local variable and namespace
Shafik Yaghmour
2019-05-03
7
-0
/
+117
*
Split TestVLA into two and XFAIL one part
Pavel Labath
2019-05-03
1
-3
/
+10
*
Fix tests on non-Darwin platforms.
Adrian Prantl
2019-05-02
2
-1
/
+6
*
Hide runtime support values such as clang's __vla_expr from frame variable
Adrian Prantl
2019-05-02
4
-2
/
+94
*
Disable TestArgumentPassingRestrictions for clang < 7
Jonas Devlieghere
2019-05-02
1
-1
/
+2
*
[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
[prev]
[next]