summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/functionalities
Commit message (Expand)AuthorAgeFilesLines
* Disable two flaky pexpect-backed tests on DarwinVedant Kumar2018-08-161-0/+2
* Add libc++ data formatters for std::optional.Adrian Prantl2018-08-153-0/+124
* Update TestTargetXMLArch.py test for llvm triple change with unspecifiedJason Molenda2018-08-131-1/+1
* [tests, libstdcxx] Add missing test category on the TestDataFormatterStdUniqu...Stella Stamenova2018-08-101-0/+1
* If a function starts with line number 0, don't try to check if a breakpoint c...Jim Ingham2018-08-072-1/+7
* Add support for ARM and ARM64 breakpad generated minidump files (version 2).Greg Clayton2018-08-064-0/+155
* Revert "Add support for ARM and ARM64 breakpad generated minidump files"Pavel Labath2018-08-034-155/+0
* [lldbsuite, windows] Mark tests as XFAIL on Windows or skip themStella Stamenova2018-08-026-2/+22
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-024-0/+155
* Remove unnecessary target from TestCompletion patchRaphael Isemann2018-08-011-1/+0
* Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2018-07-271-2/+2
* Add missing boundary checks to variable completion.Raphael Isemann2018-07-272-2/+49
* Fix whitespace in the python test suite.Raphael Isemann2018-07-2730-95/+91
* Revert "Recommit [DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-273-93/+0
* Recommit [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-273-0/+93
* Fix duplicate suggestions after an ambiguous commandRaphael Isemann2018-07-261-1/+1
* Don't print two errors for unknown commands.Raphael Isemann2018-07-262-0/+40
* Revert "[DataFormatters] Add formatter for C++17 std::optional."Davide Italiano2018-07-253-93/+0
* [DataFormatters] Add formatter for C++17 std::optional.Davide Italiano2018-07-253-0/+93
* Defend LoadImageUsingPaths against a path listJim Ingham2018-07-201-2/+19
* Fix TestDataFormatterUnordered for older libc++ versionsPavel Labath2018-07-161-0/+5
* Make these tests c++ tests so they can be skipped on systems that don't suppo...Jim Ingham2018-07-132-4/+7
* Fix the libcxx set, multiset, vector and bitset formatters to work on referen...Jim Ingham2018-07-138-120/+202
* Fix TestAttachDenied on macOS MojaveFrederic Riss2018-07-132-0/+15
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-109-30/+9
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-099-9/+26
* [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-069-26/+9
* Remove a bunch more references to _LIBCPP_INLINE_VISIBILITYJim Ingham2018-07-068-40/+18
* Don't muck with _LIBCPP_INLINE_VISIBILITY just to get predictable line table ...Jim Ingham2018-07-051-9/+8
* Fix and simplify lldb.command decoratorDave Lee2018-07-043-2/+45
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-022-2/+3
* Fix TestLoadUsingPaths on linuxPavel Labath2018-06-291-0/+1
* Add a way to load an image using a library name and list of paths.Jim Ingham2018-06-286-0/+184
* [lldbsuite] Fix TestBreakpointHitCount on WindowsStella Stamenova2018-06-281-1/+1
* Skip core file tests on build configurations lacking necessary componentsPavel Labath2018-06-281-0/+10
* This is not a debug info sensitive test.Jim Ingham2018-06-261-0/+2
* Fix TestThreadExit for gcc&libc++ comboPavel Labath2018-06-251-1/+2
* Make testcase classnames uniqueJan Kratochvil2018-06-243-3/+3
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-212-1/+10
* Make test sources compatible with android+libcxx+modulesPavel Labath2018-06-201-45/+45
* Make sure TestNumThreads works with libc++Pavel Labath2018-06-202-2/+6
* Make TestCommandScript.py NO_DEBUG_INFO_TESTCASEPavel Labath2018-06-191-0/+1
* Fix the 'tb' alias commandFrederic Riss2018-06-181-0/+25
* Fix TestExec after r334783Frederic Riss2018-06-151-8/+1
* Change TestExec.py from creating an i386+x86_64 fat binaryJason Molenda2018-06-155-90/+87
* [lit] Split test_set_working_dir TestProcessLaunch into two tests and fix it ...Stella Stamenova2018-06-131-11/+28
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-132-1/+13
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-131-1/+1
* Add a new SBTarget::LoadCore() overload which surfaces errors if the load failsLeonard Mosescu2018-06-111-0/+18
* Fix tuple getter in std unique pointer pretty-printerPavel Labath2018-06-112-0/+16
OpenPOWER on IntegriCloud