summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Skip more lldb-mi tests which time out on DarwinVedant Kumar2018-03-161-0/+3
* [cmake] Copy system debugserver from the right place when only CommandLineToolsVedant Kumar2018-03-161-2/+9
* Split skipIf decorator, the condition is supposed to be ORAdrian Prantl2018-03-151-1/+2
* [dotest] remove confirm_directory_exclusivity remnantsPavel Labath2018-03-151-13/+0
* Fix TestProcessLaunch breakage on MacOSPavel Labath2018-03-151-1/+1
* Next batch of test-tree-cleaning changesPavel Labath2018-03-159-171/+87
* @skipUnlessDarwin TestTargetSourceMapPavel Labath2018-03-151-0/+1
* Fix a bug in "target.source-map" where we would resolve unmapped paths incorr...Greg Clayton2018-03-153-1/+438
* [test] cmake: Ensure liblldb builds before tests runVedant Kumar2018-03-151-0/+4
* [Dictionary] Rewrite the test added in r327587 as an inline test.Davide Italiano2018-03-156-20/+13
* [DataFormatters] Implement summary for __NSDictionary0.Davide Italiano2018-03-145-0/+24
* [test] Skip more lldb-mi tests which occasionally time out on DarwinVedant Kumar2018-03-141-1/+6
* [test] Skip some lldb-mi tests which time out on DarwinVedant Kumar2018-03-142-0/+11
* [test] Delete some xfailed lldb-mi testsVedant Kumar2018-03-147-638/+0
* Use GetItemAtIndexAsString overload for ConstString and move set rather than ...Tatyana Krasnukha2018-03-141-6/+3
* Reuse IsEmpty for ConstString::operator bool().Tatyana Krasnukha2018-03-141-1/+1
* [dotest] Rename llvm-dotest -> lldb-dotest and make it a custom targetJonas Devlieghere2018-03-142-4/+7
* [test] Disable TestMachCore everywhere except on DarwinJonas Devlieghere2018-03-141-0/+1
* Update selected thread after loading mach coreJonas Devlieghere2018-03-144-3/+969
* [cmake] Fix standalone+LLVM_LINK_LLVM_DYLIB builds (pr36687)Pavel Labath2018-03-141-5/+9
* Skip TestWatchedVarHitWhenInScope.py everywherePavel Labath2018-03-141-3/+1
* [SymbolFilePDB] Rewrite ParseTypes methodAaron Smith2018-03-141-19/+48
* [test] Replace some references to Apple-internal bugsVedant Kumar2018-03-1310-32/+14
* Add a missing return in SBPlatform::IsConnected and testJim Ingham2018-03-132-1/+9
* [DataFormatter] Remove dead code for the NSDictionary formatter.Davide Italiano2018-03-131-10/+0
* include locale.h in IOHandler.cppPavel Labath2018-03-131-0/+1
* Fix clang-3.8 buildPavel Labath2018-03-131-1/+1
* Fix linux s390x build (pr36694)Pavel Labath2018-03-131-1/+1
* [ExpressionParser] Fix crash when evaluating invalid expresssions.Davide Italiano2018-03-133-0/+27
* [lit] `llvm-mc` is now a dependency to run tests.Davide Italiano2018-03-121-0/+1
* Re-add change for https://reviews.llvm.org/D42582 with added directories.Jim Ingham2018-03-1214-3/+281
* Introduce a setting to disable Spotlight while running the test suiteAdrian Prantl2018-03-126-4/+31
* Revert "Improve prologue handling to support functions with multiple entry po...Vedant Kumar2018-03-129-82/+3
* Improve prologue handling to support functions with multiple entry points.Jim Ingham2018-03-129-3/+82
* [lldb] Unbreak lldb builds due to r327219Mandeep Singh Grang2018-03-101-2/+2
* Rename clang.modules-cache-path to symbols.clang-modules-cache-pathAdrian Prantl2018-03-104-6/+6
* [SymbolFilePDB] Keep searching until the file name is found for the pdb compi...Aaron Smith2018-03-091-2/+3
* Make TestCompletion work on windowsPavel Labath2018-03-091-58/+0
* [elf] Remove one copy of the section merging codePavel Labath2018-03-092-32/+46
* Move option parsing out of the Args classPavel Labath2018-03-099-713/+612
* I added CFLAGS etc to one part of the project file I should not have.Jason Molenda2018-03-091-49/+1
* More cleanups of debugserver project file and the libpmenergy/libpmsampleJason Molenda2018-03-091-67/+132
* [test] Skip a test which sporadically fails in its dsym variantVedant Kumar2018-03-091-0/+2
* Remove unneeded per-arch sdk specifications from debugserver xcode project file.Jason Molenda2018-03-091-42/+0
* Remove the explicit dependency on libpmenergy and libpmsample.Jason Molenda2018-03-091-6/+2
* Fixed two more sdk inconsistencies with the pmenergy stuff.Jason Molenda2018-03-091-5/+3
* Three little cleanups in the debugserver xcode project file.Jason Molenda2018-03-091-103/+32
* [test] Skip a test when using an out-of-tree debugserverVedant Kumar2018-03-086-0/+22
* Fix std unique pointer pretty-printer for new stl versionsPavel Labath2018-03-081-4/+23
* Install lldb's SB headers (pr36630)Pavel Labath2018-03-081-6/+10
OpenPOWER on IntegriCloud