summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite
Commit message (Expand)AuthorAgeFilesLines
...
* Typo fixes.Bruce Mitchener2018-05-297-9/+9
* NFC: Fix some comment typos.Bob Wilson2018-05-281-1/+1
* Enable ProcessMachCore plugin on non-apple platformsPavel Labath2018-05-222-2/+0
* Fix _NSCFBoolean data formatter.Jonas Devlieghere2018-05-181-2/+4
* [lit, lldbsuite] Disable tests that are failing because of pr21765 and pr24489Stella Stamenova2018-05-173-0/+3
* [lit] Fix several tests that fail when using Python 3 or on WindowsStella Stamenova2018-05-142-6/+16
* Revert "[LLDB] Support GNU-style compressed debug sections (.zdebug)"Davide Italiano2018-05-123-66/+0
* [LLDB] Support GNU-style compressed debug sections (.zdebug)Davide Italiano2018-05-123-0/+66
* [lit, lldbsuite] Add a bug reference to the failing TestLinuxCore and fix an ...Stella Stamenova2018-05-092-12/+12
* [test] Re-enable TestUnicodeSymbolsJonas Devlieghere2018-05-081-1/+0
* Really test type lookup in TestCppTypeLookup.pyFrederic Riss2018-05-081-0/+5
* [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
OpenPOWER on IntegriCloud