summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
Commit message (Expand)AuthorAgeFilesLines
* [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
* Fix broken builtin functions in the expression commandRaphael Isemann2018-08-231-0/+53
* Fix whitespace in the python test suite.Raphael Isemann2018-07-2710-12/+12
* [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.Davide Italiano2018-07-123-0/+26
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-093-0/+54
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-201-0/+8
* [lit, lldbsuite] Disable tests that are failing because of pr21765 and pr24489Stella Stamenova2018-05-172-0/+2
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-273-0/+63
* Add and fix some tests for PPC64Pavel Labath2018-03-261-0/+1
* [TestExpr] Fix a typo in a test, unbreaking the lldb Mac OS X bot.Davide Italiano2018-03-201-1/+1
* Fix some tests for PPC64le architecturePavel Labath2018-03-201-11/+26
* Compile the LLDB tests out-of-tree.Adrian Prantl2018-01-304-19/+23
* [lldb] Fix some C++ virtual method call bugs in LLDB expression evaluation byLang Hames2018-01-223-0/+71
* Wrap all references to build artifacts in the LLDB testsuite (NFC)Adrian Prantl2018-01-1923-25/+27
* Make one more test redhat-compatiblePavel Labath2017-12-211-11/+11
* Work around test failures on red-hat linuxPavel Labath2017-12-211-1/+1
* [testsuite] Remove even more testing vestiges.Davide Italiano2017-12-121-3/+0
* Makefile.rules: compile all tests with -fno-limit-debug-infoPavel Labath2017-12-043-21/+0
* Make TestTopLevelExprs more robust in face of linker GCPavel Labath2017-11-082-21/+12
* Extend android xfail in TestTopLevelExprsPavel Labath2017-11-061-1/+1
* Split makefile for TestTopLevelExprsPavel Labath2017-10-312-6/+13
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-255-5/+17
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-255-17/+5
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-225-5/+17
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-215-17/+5
OpenPOWER on IntegriCloud