summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Disable TestDollarInVariable.py on WindowsRaphael Isemann2019-07-111-1/+2
* [lldb] Fix handling of dollar characters in expr commandRaphael Isemann2019-07-106-0/+53
* Get the expression parser to handle missing weak symbols.Jim Ingham2019-06-286-0/+157
* [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford2019-06-121-0/+10
* [Test] Fix conflicting test names.Jonas Devlieghere2019-05-211-1/+1
* typedef enum -> enumFangrui Song2019-05-141-2/+2
* Fixed some minor style issues in rLLDB359921 [NFC]Raphael Isemann2019-05-031-6/+6
* Fix for ambiguous lookup in expressions between local variable and namespaceShafik Yaghmour2019-05-037-0/+117
* Disable TestArgumentPassingRestrictions for clang < 7Jonas Devlieghere2019-05-021-1/+2
* [test] TestSharedPtr -> TestSharedPtrDbgInfoContentJonas Devlieghere2019-05-021-1/+1
* Add std::stack and std::queue support to CxxModuleHandlerRaphael Isemann2019-05-026-0/+139
* Set a CXXRecordDecl to not be passed in registers if DW_CC_pass_by_reference ...Shafik Yaghmour2019-05-013-0/+56
* Instantiate 'std' templates explicitly in the expression evaluatorRaphael Isemann2019-04-3048-0/+800
* Two tests were using the interactive convenience variableJason Molenda2019-04-251-1/+1
* [ASTImporter] Regression test to ensure that we handling importing of anonymo...Shafik Yaghmour2019-04-153-0/+36
* Fix for regression test, since we rely on the formatter for std::vector in th...Shafik Yaghmour2019-03-281-0/+1
* Regression test to ensure that we handling importing of std::vector of enums ...Shafik Yaghmour2019-03-283-0/+47
* Rename some variables in the std-module testsPavel Labath2019-03-272-2/+2
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-1215-0/+230
* Correctly look up declarations in inline namespacesRaphael Isemann2019-03-123-0/+41
* [lldb] [test] Mark more tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* [lldb] [test] Mark a few tests flakey on NetBSDMichal Gorny2019-03-111-0/+1
* Adding test to cover the correct import of SourceLocation pertaining to a bui...Shafik Yaghmour2019-03-063-0/+39
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-048-0/+8
* [Expressions] Add support of expressions evaluation in some object's contextAleksandr Urakov2019-02-056-0/+327
* Fix handling of CreateTemplateParameterList when there is an empty packShafik Yaghmour2019-01-303-0/+37
* Rename test directoryAdrian Prantl2019-01-243-0/+0
* Add decorator support for the DWARF version produced by the compilerAdrian Prantl2019-01-241-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-197-28/+21
* Don't run TestBreakpointThumbCodesection.py on darwin systems;Jason Molenda2019-01-171-1/+3
* [test] Remove flakiness decorator from TestObjCDynamicSBTypeJonas Devlieghere2018-12-301-2/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-202-5/+1
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-198-15/+1
* [lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova2018-12-195-16/+1
* [Expr] Fix `TestExprOptions` after r348240 on MacOS XAleksandr Urakov2018-12-041-0/+15
* [Expr] Check the language before ignoring Objective C keywordsAleksandr Urakov2018-12-042-1/+16
* [lldbsuite] Each lldb suite test must have a unique class nameStella Stamenova2018-11-271-1/+1
* Remove the expectedFlakeyDsym decorator. It's not useful anymore.Adrian Prantl2018-11-141-1/+0
* Remove header grouping comments.Jonas Devlieghere2018-11-111-1/+1
* Refactor ClangASTContext::AddEnumerationValueToEnumerationType() to remove re...Shafik Yaghmour2018-11-083-0/+66
* Fix duplicate testcase filenameJan Kratochvil2018-11-041-0/+0
* Add an SBExpressionOptions setting mirroring the "exec" command's --allow-jit.Jim Ingham2018-11-023-0/+115
* Revert "Return a named error in the result object of an expression with no re...Krasimir Georgiev2018-10-183-60/+0
* Return a named error in the result object of an expression with no resultJim Ingham2018-10-163-0/+60
* [lldbsuite] Disable Test128BitsInteger on WindowsStella Stamenova2018-10-151-1/+4
* TestMultilineExpr: validate evaluation for expressions that span multiple linesStefan Granitz2018-10-053-101/+0
* Allow use of self.filecheck in LLDB tests (c.f self.expect)Vedant Kumar2018-09-181-65/+53
* Add descriptions to completed expressionsRaphael Isemann2018-09-171-0/+33
* [IRInterpreter] Fall back to JIT with 128-bit values.Davide Italiano2018-09-143-0/+15
* Added initial code completion support for the `expr` commandRaphael Isemann2018-08-305-0/+272
OpenPOWER on IntegriCloud