summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for ARM and ARM64 breakpad generated minidump filesGreg Clayton2018-08-024-0/+155
* [LLDB] Added syntax highlighting supportRaphael Isemann2018-08-021-3/+26
* Remove unnecessary target from TestCompletion patchRaphael Isemann2018-08-011-1/+0
* Add the actually calculated completions to COMPLETION_MSGRaphael Isemann2018-07-272-4/+5
* Add missing boundary checks to variable completion.Raphael Isemann2018-07-272-2/+49
* Fix whitespace in the python test suite.Raphael Isemann2018-07-2763-153/+149
* 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
* [lldb-mi] Re-implement data-info-line command.Alexander Polyakov2018-07-231-56/+0
* 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
* [lldbsuite] The test inside TestOverloadedFunctions.py has the wrong class nameStella Stamenova2018-07-121-1/+1
* [IRInterpreter] Fix misevaluation of interpretation expressions with `urem`.Davide Italiano2018-07-123-0/+26
* Allow specifying an exit code for the 'quit' commandRaphael Isemann2018-07-111-0/+32
* [testsuite] Implement a category to skip libstdcxx testsDavide Italiano2018-07-1011-30/+28
* Rollback [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-0910-21/+26
* Don't take the address of an xvalue when printing an expr resultRaphael Isemann2018-07-093-0/+54
* [test-suite] Add a decorator for the lack of libstdcxx on the system.Davide Italiano2018-07-0610-26/+21
* 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
* [lldb-mi] Re-implement symbol-list-lines command.Alexander Polyakov2018-07-035-124/+0
* Add new API to SBTarget and SBModule classes.Alexander Polyakov2018-07-032-0/+48
* [lldb-mi] Re-implement a few MI commands.Alexander Polyakov2018-07-021-348/+0
* [lldbsuite, windows] Don't crash LLDB when we try to retrieve a register on W...Stella Stamenova2018-07-023-12/+12
* 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-282-0/+21
* [SymbolFile] Implement GetCompleteObjCClass for .debug_namesJonas Devlieghere2018-06-271-3/+16
* 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
* Mark this test as no debuginfoAdrian Prantl2018-06-221-1/+1
* Android.rules: Use libc++ by defaultPavel Labath2018-06-223-9/+14
* [DataFormatter] Add CFDictionary data formatterJonas Devlieghere2018-06-212-1/+10
* Disable gmodules tests on linuxPavel Labath2018-06-211-1/+1
* Make test sources compatible with android+libcxx+modulesPavel Labath2018-06-208-102/+101
* Make sure TestNumThreads works with libc++Pavel Labath2018-06-202-2/+6
* IRInterpreter: fix sign extension of small types (pr37840)Pavel Labath2018-06-201-0/+8
* 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
OpenPOWER on IntegriCloud