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
*
[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
*
[lldbsuite] Each lldb suite test must have a unique class name
Stella Stamenova
2018-11-27
1
-1
/
+1
*
Remove the expectedFlakeyDsym decorator. It's not useful anymore.
Adrian Prantl
2018-11-14
1
-1
/
+0
*
Remove header grouping comments.
Jonas Devlieghere
2018-11-11
1
-1
/
+1
*
Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...
Shafik Yaghmour
2018-11-08
3
-0
/
+66
*
Fix duplicate testcase filename
Jan Kratochvil
2018-11-04
1
-0
/
+0
*
Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.
Jim Ingham
2018-11-02
3
-0
/
+115
*
Revert "Return a named error in the result object of an expression with no re...
Krasimir Georgiev
2018-10-18
3
-60
/
+0
*
Return a named error in the result object of an expression with no result
Jim Ingham
2018-10-16
3
-0
/
+60
*
[lldbsuite] Disable Test128BitsInteger on Windows
Stella Stamenova
2018-10-15
1
-1
/
+4
*
TestMultilineExpr: validate evaluation for expressions that span multiple lines
Stefan Granitz
2018-10-05
3
-101
/
+0
*
Allow use of self.filecheck in LLDB tests (c.f self.expect)
Vedant Kumar
2018-09-18
1
-65
/
+53
*
Add descriptions to completed expressions
Raphael Isemann
2018-09-17
1
-0
/
+33
*
[IRInterpreter] Fall back to JIT with 128-bit values.
Davide Italiano
2018-09-14
3
-0
/
+15
*
Added initial code completion support for the `expr` command
Raphael Isemann
2018-08-30
5
-0
/
+272
*
Fix broken builtin functions in the expression command
Raphael Isemann
2018-08-23
1
-0
/
+53
*
Fix whitespace in the python test suite.
Raphael Isemann
2018-07-27
10
-12
/
+12
*
[IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.
Davide Italiano
2018-07-12
3
-0
/
+26
[next]