summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Add basic IOHandler completion testRaphael Isemann2019-08-132-0/+63
* Revert "[lldb] Fix dynamic_cast by no longer failing on variable without meta...Stella Stamenova2019-08-125-65/+0
* [lldb] Fix dynamic_cast by no longer failing on variable without metadataRaphael Isemann2019-08-105-0/+65
* Adjust a ValueObjectChild's offset when the child is a bitfieldAdrian Prantl2019-08-072-0/+11
* Fix ClangASTContext::CreateParameterDeclaration to not call addDeclShafik Yaghmour2019-08-026-0/+71
* [Formatters] Temporarily disable libc++ std::function formatter due to perfor...Shafik Yaghmour2019-08-021-0/+3
* [lldb][NFC] Remove unused imports in python testsRaphael Isemann2019-08-02513-1022/+0
* Fix `skipIfSanitized` decorator on macOSJonas Devlieghere2019-08-013-8/+7
* Fix TestThreadSpecificBreakpoint on WindowsAdrian McCarthy2019-08-012-15/+14
* Fix completion for functions in anonymous namespacesJonas Devlieghere2019-07-312-0/+6
* [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
* [dotest] Remove multiprocessingJonas Devlieghere2019-07-304-1887/+4
* [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] [test/lldb-vscode] Use realpath to match vscode behaviorMichal Gorny2019-07-301-2/+4
* [lldb] [test/lldb-vscode] Use os.path.dirname() [NFC]Michal Gorny2019-07-301-5/+5
* [lldb] [test] Mark newly running test XFAIL on NetBSDMichal Gorny2019-07-301-0/+1
* Test load unloading of modules with libraries-svr4Antonio Afonso2019-07-291-0/+40
* [lldb] Increase testsuite packet-timeout 5secs -> 1minJan Kratochvil2019-07-295-14/+28
* [lldb] [test] Mark three new tests XFAIL on NetBSDMichal Gorny2019-07-292-0/+3
* [dotest] Remove dead codeJonas Devlieghere2019-07-265-51/+3
* [Tests] Split inferior crashing testsJonas Devlieghere2019-07-264-196/+359
* [dotest] Set environment variables after potentialy clearing others.Jonas Devlieghere2019-07-251-3/+4
* [lldb] [Process/NetBSD] Report stopped process on SIGSTOPMichal Gorny2019-07-255-6/+0
* LLGS: fix tracking execve on linuxPavel Labath2019-07-252-73/+13
* Fix @skipIfSanitized decoratorPavel Labath2019-07-241-2/+4
* [lldb][test_suite] Update tests with unexpected pass on Android aarch64Alex Langford2019-07-2314-18/+37
* [lldb] Fix occasional hangs of VSCode testcasesJan Kratochvil2019-07-231-7/+1
* Revert "Revert "Implement xfer:libraries-svr4:read packet""Antonio Afonso2019-07-238-1/+226
* [lldb][test_suite] Fix skipIfTargetAndroid decoratorAlex Langford2019-07-231-7/+3
* [lldb][test_suite] skip tests of `libstdcpp` on Android and clean upAlex Langford2019-07-232-19/+15
* Restore tests for lldb-server and lldb-vscode removed at rL366590Antonio Afonso2019-07-2263-0/+10564
* [lldb] Fix crash when looking up type coming from the ClangModuleDeclVendorRaphael Isemann2019-07-211-0/+4
* [lldb][NFC] Cleanup mentions and code related to lldb-miRaphael Isemann2019-07-19114-15093/+1
* Support Linux signal return trampolines in frame initializationJoseph Tremoulet2019-07-193-0/+102
* Add an expectedFailure test for type finding.Jim Ingham2019-07-183-0/+83
* Add offsetof support to expression evaluator.Raphael Isemann2019-07-186-0/+49
* Ah, forgot a debug line I left in the dsym-for-uuid.sh scriptJason Molenda2019-07-171-1/+0
* Add support to ProcessMachCore::DoLoadCore to handle an EFI UUID str.Jason Molenda2019-07-175-0/+442
* Fix CreateFunctionTemplateSpecialization to prevent dangling poiner to stack ...Shafik Yaghmour2019-07-173-0/+39
* [dotest] Disable color while testing.Jonas Devlieghere2019-07-171-0/+3
* [Test] Add module cache for TestWeakSymbolsJonas Devlieghere2019-07-171-1/+1
* [ASTImporter] Fix LLDB lookup in transparent ctx and with ext srcGabor Marton2019-07-172-2/+16
* [lldb] [test] Un-XFAIL TestFormattersSBAPI on NetBSDMichal Gorny2019-07-131-1/+0
* [lldb] Make TestDeletedExecutable more reliableRaphael Isemann2019-07-112-5/+25
* [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
OpenPOWER on IntegriCloud