summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-132-12/+29
* [ObjC] Add dataformatter for NSDecimalNumberJonas Devlieghere2018-06-132-1/+13
* Fix/unify the spelling of Objective-C.Adrian Prantl2018-06-132-2/+2
* DebugNamesDWARFIndex: Implement DWARFDeclContext variant of GetTypes methodPavel Labath2018-06-121-2/+15
* Exempt some compilers from new static variable test.Jonas Devlieghere2018-06-121-8/+34
* [Test] Update static variable test.Jonas Devlieghere2018-06-111-4/+23
* 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
* [lldb-mi] Re-implement MI -exec-step command.Alexander Polyakov2018-06-101-2/+2
* Fix TestMiExec.pyPavel Labath2018-06-081-2/+2
* [lit, windows] Disable a number of tests that are failing on WindowsStella Stamenova2018-06-0719-0/+37
* dotest: make inline tests compatible with -fPavel Labath2018-06-051-54/+7
* [LLDB] Unit tests basic support for OpenBSDDavid Carlier2018-06-041-0/+10
* [LLDB] Unit tests basic support for OpenBSDDavid Carlier2018-06-041-15/+19
* Fix silly error introduced after testing in r333813.James Y Knight2018-06-021-7/+0
* Fix support for distinguishing archive members by timestamp on Darwin.James Y Knight2018-06-025-0/+129
* Fix Module::FindTypes to return the correct number of matches.Frederic Riss2018-06-014-0/+41
* Remove the TestSequenceFunctions "example" testPavel Labath2018-05-311-34/+0
* @skipUnlessDarwin TestOrderedSetPavel Labath2018-05-301-0/+1
* [ObjC] Add a Makefile for the test added in r333465.Davide Italiano2018-05-291-0/+6
* [ObjC] Fix the formatter for NSOrderedSet.Davide Italiano2018-05-292-0/+25
* XFAIL TestMachCore for windows hostsPavel Labath2018-05-291-0/+1
OpenPOWER on IntegriCloud