summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Fix typoAdrian Prantl2018-12-201-2/+2
* [lldb] Add a "display-recognized-arguments" target setting to show recognized...Kuba Mracek2018-12-201-3/+18
* Disable a few tests on the green dragon sanitzier bot.Adrian Prantl2018-12-203-0/+10
* [lldbsuite] Un-xfail several tests in TestInferiorCrashing on WindowsStella Stamenova2018-12-201-21/+4
* [lldbsuite] Un-xfail TestMiniDump and TestThreadJumpStella Stamenova2018-12-202-2/+0
* [lldbsuite] Un-xfail TestEvents on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Skip TestConflictingSymbol (test_shadowed) on WindowsStella Stamenova2018-12-201-0/+1
* Overload GetMemoryRegions for the ProcessMinidumpTatyana Krasnukha2018-12-201-0/+62
* [lldbsuite] Un-xfail TestRedefinitionsInInlines on WindowsStella Stamenova2018-12-201-6/+4
* [lldbsuite] Un-xfail TestDataFormatterSynthVal on WindowsStella Stamenova2018-12-201-3/+0
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.5)Stella Stamenova2018-12-206-18/+5
* [lldb] Retrieve currently handled Obj-C exception via __cxa_current_exception...Kuba Mracek2018-12-203-17/+128
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.4)Stella Stamenova2018-12-2014-41/+2
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.3)Stella Stamenova2018-12-205-12/+4
* [lldbsuite] Un-xfail tests on Windows that are now passing (pt.2)Stella Stamenova2018-12-1912-20/+1
* [lldbsuite] Un-xfail tests on Windows that are now passingStella Stamenova2018-12-1910-37/+1
* Show the memory region name if there is one in the output of the "memory regi...Greg Clayton2018-12-192-0/+30
* refactor testsuite spawnLldbMi args->exe+argsJan Kratochvil2018-12-193-11/+14
* [lit] Use the new build.py script in the lldb-mi testsStella Stamenova2018-12-181-2/+0
* TestHelloWorld: Use a file on the target platform for synchronisation.Adrian Prantl2018-12-182-19/+29
* de-flake TestThreadStates.test_process_interruptPavel Labath2018-12-181-1/+5
* Skip TestMultithreaded.test_sb_api_listener_resume on linuxPavel Labath2018-12-181-1/+1
* Un-XFail TestYMMRegister on linuxPavel Labath2018-12-181-1/+0
* Un-XFail TestThreadStates.test_process_interruptPavel Labath2018-12-181-12/+7
* Un-XFAIL TestExitDuringBreak.py for linuxPavel Labath2018-12-181-3/+0
* Un-XFAIL TestNamespaceLookup for linuxPavel Labath2018-12-181-12/+3
* A few small updates to the testsuite for running against an iOS device.Jason Molenda2018-12-178-9/+8
* Reflow readmeAdrian Prantl2018-12-171-46/+55
* Remove sleep() synchronisation from teststcase andAdrian Prantl2018-12-171-9/+3
* Update a comment according to r255360 "Remove -r and -R options from dotest.py"Tatyana Krasnukha2018-12-141-2/+1
* Remove the Disassembly benchmarks.Adrian Prantl2018-12-143-355/+0
* Fix test failures that depended on module orderGreg Clayton2018-12-142-24/+24
* Remove unused fileJonas Devlieghere2018-12-111-19/+0
* Rewrite pexpect-based test in LIT/FileCheck.Adrian Prantl2018-12-103-119/+0
* Re-commit "Introduce ObjectFileBreakpad"Pavel Labath2018-12-103-0/+45
* [lldbsuite] Disable TestStopPCs when there's no XML supportStella Stamenova2018-12-061-0/+2
* [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
* [Reproducers] Change how reproducers are initialized.Jonas Devlieghere2018-12-032-54/+0
* [PDB] Support PDB-backed expressions evaluation (+ fix stuck test)Aleksandr Urakov2018-12-031-0/+2
* Add a test to verify that lldb can load a kext binary.Jason Molenda2018-11-302-0/+260
* Skip TestRequireHWBreakpoints on WindowsJonas Devlieghere2018-11-301-0/+4
* [Target] Do not skip a stop on a breakpoint if a plan was completedAleksandr Urakov2018-11-303-0/+49
* [lldbsuite] Build with -gdwarf on WindowsStella Stamenova2018-11-291-0/+6
* [lldb] Add GetCurrentException APIs to SBThread, add frame recognizer for obj...Kuba Mracek2018-11-281-0/+10
* [lldbsuite] Each lldb suite test must have a unique class nameStella Stamenova2018-11-272-2/+2
* Skip TestTargetCreateDepsJonas Devlieghere2018-11-201-1/+1
* [lldbsuite] Invoke sed on Windows to determine the cache dir for clangStella Stamenova2018-11-191-30/+31
* Revert "Implement basic DidAttach and DidLaunch for DynamicLoaderWindowsDYLD"Zachary Turner2018-11-186-103/+2
* Just don't even attempt to invoke sed on Windows.Adrian Prantl2018-11-171-0/+5
OpenPOWER on IntegriCloud