summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/expression_command
Commit message (Expand)AuthorAgeFilesLines
* [lldb] Restructure test folders to match LLDB command hierarchyRaphael Isemann2019-09-01254-6792/+0
* [lldb][NFC] Remove unused prompt variable in TestMultilineCompletion.pyRaphael Isemann2019-08-311-2/+0
* dotest: improvements to the pexpect testsPavel Labath2019-08-301-32/+12
* Improve anonymous class heuristic in ClangASTContext::CreateRecordTypeShafik Yaghmour2019-08-144-10/+15
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-0219-36/+0
* [lldb][NFC] Check in completion crash test caseRaphael Isemann2019-07-313-0/+18
* [lldb][NFC] Check in another crashing test caseRaphael Isemann2019-07-313-0/+18
* [lldb][NFC] Check in completion crash test in lambdaRaphael Isemann2019-07-313-0/+13
* [lldb][NFC] Fix import-std-module tests that relied on fix-its to passRaphael Isemann2019-07-302-5/+5
* [lldb] Fix crash when tab-completing in multi-line exprRaphael Isemann2019-07-303-0/+60
* [lldb][NFC] Check in crashing test caseRaphael Isemann2019-07-303-0/+19
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-252-2/+0
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-173-0/+39
* [Test] Add module cache for TestWeakSymbolsJonas Devlieghere2019-07-171-1/+1
* [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
OpenPOWER on IntegriCloud