summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test
Commit message (Expand)AuthorAgeFilesLines
...
* [lit, lldbsuite] Fixes for several tests LLDB tests for Python 3 or WindowsStella Stamenova2018-05-073-2/+11
* Test Commit: fix a comment to be grammatically correctStella Stamenova2018-05-071-1/+1
* Add children and child[N] properties to SBValue.i.Jim Ingham2018-05-041-1/+15
* Use the UUID from the minidump's CodeView Record for placeholder modulesLeonard Mosescu2018-05-022-9/+68
* Fix the .experimental. settings feature so that we don't return an errorJason Molenda2018-05-011-0/+38
* Remove redundant command.Adrian Prantl2018-05-011-1/+0
* Split TestGlobalVariables into two and xfail one of them for arm64 linuxPavel Labath2018-05-011-10/+23
* Fix type_lookup test to make buildbots happyEugene Zemtsov2018-05-013-3/+3
* Remove premature caching of the global variables list in CompileUnit.Adrian Prantl2018-04-302-4/+20
* Fix expression parser to not accept any type whose basename matches for a typ...Greg Clayton2018-04-303-0/+159
* ObjectFileELF: Add support for arbitrarily named code sectionsPavel Labath2018-04-303-0/+49
* Fixup r331049 (FileSpec auto-normalization)Pavel Labath2018-04-301-1/+1
* [debugserver] Fix the G packet handling.Frederic Riss2018-04-271-0/+9
* Mark test as @skipIfOutOfTreeDebugserverFrederic Riss2018-04-271-0/+1
* [debugserver] Fix handling of the 'g' packetFrederic Riss2018-04-271-0/+30
* [debugserver] Return 'ios' instead of 'iphoneos' for the ostype.Frederic Riss2018-04-251-8/+8
* [lit, lldbsuite] Update the lldbsuite to correctly run tests on windows and w...Aaron Smith2018-04-241-5/+5
* [dotest] Make the set of tests independent of the test configurationPavel Labath2018-04-243-61/+33
* Temporarily skip Go TestExpressions on FreeBSD as it hangsEd Maste2018-04-211-0/+1
* Fix a crash when resolving overloads of C++ virtual methods.Adrian Prantl2018-04-203-0/+25
* Attempt to fix TestMiniDump on windowsPavel Labath2018-04-191-6/+6
* Improve LLDB's handling of non-local minidumpsLeonard Mosescu2018-04-182-0/+33
* Report more precise error message when attach failsPavel Labath2018-04-182-0/+36
* [Statistics] Relax the test output a little bit.Davide Italiano2018-04-161-4/+4
* [Commands] Expose statistics through the SBAPI.Davide Italiano2018-04-163-0/+34
* Make sure deleting all breakpoints clears their sites firstEugene Zemtsov2018-04-162-0/+23
* [Command] Implement `statistics` command.Davide Italiano2018-04-133-0/+26
* Allow relative file paths when settings source breakpointsGreg Clayton2018-04-132-2/+26
* Re-land "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-132-0/+95
* Revert "Don't assume backing thread shares protocol ID."Jonas Devlieghere2018-04-122-95/+0
* Don't assume backing thread shares protocol ID.Jonas Devlieghere2018-04-122-0/+95
* [dotest] Fix syntax error and typo.Jonas Devlieghere2018-04-122-2/+2
* [dotest] Use in-tree dsymutil on DarwinJonas Devlieghere2018-04-123-2/+10
* [lldb-server] Set a more generous timeout when testing gdbremote.Davide Italiano2018-04-061-1/+1
* [debugserver] Fix LC_BUILD_VERSION load command handling.Frederic Riss2018-04-063-0/+142
* [dotest] --skip-category should append and not override.Davide Italiano2018-04-051-1/+1
* Support template template parametersFrederic Riss2018-04-022-0/+35
* Revert r328715. Wasn't wrong, just not the issue.Jim Ingham2018-03-281-1/+0
* Explicitly import subprocessJim Ingham2018-03-281-0/+1
* Use the DWARF linkage name when importing C++ methods.Davide Italiano2018-03-273-0/+63
* Fix TestDisassembleBreakpoint broken by r328488Pavel Labath2018-03-262-33/+22
* Make @skipUnlessSupportedTypeAttribute windows-compatiblePavel Labath2018-03-261-5/+4
* Add and fix some tests for PPC64Pavel Labath2018-03-266-35/+37
* [LLDB][PPC64] Fix TestGdbRemoteAuxvSupportPavel Labath2018-03-261-0/+15
* Add a test for setting the load address of a module with differing physical/v...Pavel Labath2018-03-261-0/+19
* Add support for __attribute__(trivial_abi).Jim Ingham2018-03-234-0/+128
* Last batch of test-tree cleaning changesPavel Labath2018-03-215-118/+80
* Fix TestOperatorOverload for 32-bit buildsPavel Labath2018-03-212-14/+4
* [Testsuite] Modernize this test to be run out-of-tree.Davide Italiano2018-03-201-5/+3
* [ExpressionParser] Re-implement r327356 in a less disruptive way.Davide Italiano2018-03-204-0/+61
OpenPOWER on IntegriCloud