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
/
expression_command
Commit message (
Expand
)
Author
Age
Files
Lines
*
[lldb] Restructure test folders to match LLDB command hierarchy
Raphael Isemann
2019-09-01
254
-6792
/
+0
*
[lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.py
Raphael Isemann
2019-08-31
1
-2
/
+0
*
dotest: improvements to the pexpect tests
Pavel Labath
2019-08-30
1
-32
/
+12
*
Improve anonymous class heuristic in ClangASTContext::CreateRecordType
Shafik Yaghmour
2019-08-14
4
-10
/
+15
*
[lldb][NFC] Remove unused imports in python tests
Raphael Isemann
2019-08-02
19
-36
/
+0
*
[lldb][NFC] Check in completion crash test case
Raphael Isemann
2019-07-31
3
-0
/
+18
*
[lldb][NFC] Check in another crashing test case
Raphael Isemann
2019-07-31
3
-0
/
+18
*
[lldb][NFC] Check in completion crash test in lambda
Raphael Isemann
2019-07-31
3
-0
/
+13
*
[lldb][NFC] Fix import-std-module tests that relied on fix-its to pass
Raphael Isemann
2019-07-30
2
-5
/
+5
*
[lldb] Fix crash when tab-completing in multi-line expr
Raphael Isemann
2019-07-30
3
-0
/
+60
*
[lldb][NFC] Check in crashing test case
Raphael Isemann
2019-07-30
3
-0
/
+19
*
[lldb] [Process/NetBSD] Report stopped process on SIGSTOP
Michal Gorny
2019-07-25
2
-2
/
+0
*
Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...
Shafik Yaghmour
2019-07-17
3
-0
/
+39
*
[Test] Add module cache for TestWeakSymbols
Jonas Devlieghere
2019-07-17
1
-1
/
+1
*
[lldb] Disable TestDollarInVariable.py on Windows
Raphael Isemann
2019-07-11
1
-1
/
+2
*
[lldb] Fix handling of dollar characters in expr command
Raphael Isemann
2019-07-10
6
-0
/
+53
*
Get the expression parser to handle missing weak symbols.
Jim Ingham
2019-06-28
6
-0
/
+157
*
[Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDecl
Alex Langford
2019-06-12
1
-0
/
+10
*
[Test] Fix conflicting test names.
Jonas Devlieghere
2019-05-21
1
-1
/
+1
*
typedef enum -> enum
Fangrui Song
2019-05-14
1
-2
/
+2
*
Fixed some minor style issues in rLLDB359921 [NFC]
Raphael Isemann
2019-05-03
1
-6
/
+6
*
Fix for ambiguous lookup in expressions between local variable and namespace
Shafik Yaghmour
2019-05-03
7
-0
/
+117
*
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
*
Set a CXXRecordDecl to not be passed in registers if DW_CC_pass_by_reference ...
Shafik Yaghmour
2019-05-01
3
-0
/
+56
*
Instantiate 'std' templates explicitly in the expression evaluator
Raphael Isemann
2019-04-30
48
-0
/
+800
*
Two tests were using the interactive convenience variable
Jason Molenda
2019-04-25
1
-1
/
+1
*
[ASTImporter] Regression test to ensure that we handling importing of anonymo...
Shafik Yaghmour
2019-04-15
3
-0
/
+36
*
Fix for regression test, since we rely on the formatter for std::vector in th...
Shafik Yaghmour
2019-03-28
1
-0
/
+1
*
Regression test to ensure that we handling importing of std::vector of enums ...
Shafik Yaghmour
2019-03-28
3
-0
/
+47
*
Rename some variables in the std-module tests
Pavel Labath
2019-03-27
2
-2
/
+2
*
Add ability to import std module into expression parser to improve C++ debugging
Raphael Isemann
2019-03-12
15
-0
/
+230
*
Correctly look up declarations in inline namespaces
Raphael Isemann
2019-03-12
3
-0
/
+41
*
[lldb] [test] Mark more tests flakey on NetBSD
Michal Gorny
2019-03-11
1
-0
/
+1
*
[lldb] [test] Mark a few tests flakey on NetBSD
Michal Gorny
2019-03-11
1
-0
/
+1
*
Adding test to cover the correct import of SourceLocation pertaining to a bui...
Shafik Yaghmour
2019-03-06
3
-0
/
+39
*
[lldb] [test] Mark failing tests XFAIL on NetBSD
Michal Gorny
2019-03-04
8
-0
/
+8
*
[Expressions] Add support of expressions evaluation in some object's context
Aleksandr Urakov
2019-02-05
6
-0
/
+327
*
Fix handling of CreateTemplateParameterList when there is an empty pack
Shafik Yaghmour
2019-01-30
3
-0
/
+37
*
Rename test directory
Adrian Prantl
2019-01-24
3
-0
/
+0
*
Add decorator support for the DWARF version produced by the compiler
Adrian Prantl
2019-01-24
1
-0
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
7
-28
/
+21
*
Don't run TestBreakpointThumbCodesection.py on darwin systems;
Jason Molenda
2019-01-17
1
-1
/
+3
*
[test] Remove flakiness decorator from TestObjCDynamicSBType
Jonas Devlieghere
2018-12-30
1
-2
/
+0
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)
Stella Stamenova
2018-12-20
2
-5
/
+1
*
[lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)
Stella Stamenova
2018-12-19
8
-15
/
+1
*
[lldbsuite] Un-xfail tests on Windows that are now passing
Stella Stamenova
2018-12-19
5
-16
/
+1
*
[Expr] Fix `TestExprOptions` after r348240 on MacOS X
Aleksandr Urakov
2018-12-04
1
-0
/
+15
*
[Expr] Check the language before ignoring Objective C keywords
Aleksandr Urakov
2018-12-04
2
-1
/
+16
[next]