summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [LLDB][PPC64] Fix single step and LldbGdbServer testsPavel Labath2018-03-083-6/+11
* [lldbtestsuite] llvm-objcopy is now required to run the lit tests.Davide Italiano2018-03-071-0/+1
* [SymbolFilePDB] Add missing Char16 and Char32 types in a few placesAaron Smith2018-03-073-0/+18
* [SymbolFilePDB] Minor cleanupAaron Smith2018-03-071-22/+23
* [SymbolFilePDB] Add support for CVR pointer type qualifierAaron Smith2018-03-073-20/+129
* [SymbolFilePDB] Get line number for PDBSymbolTypeEnumAaron Smith2018-03-072-14/+18
* the thread id is easier to read in base16.Jason Molenda2018-03-061-1/+1
* Add test for lldb-mi interpreterAdrian Prantl2018-03-062-0/+39
* Rewrite TestTargetSymbolsBuildidCase to be more focusedPavel Labath2018-03-065-46/+45
* ObjectFileMachO: split CreateSections mega-function into more manageable chunksPavel Labath2018-03-062-508/+517
* HostThreadPosix::Cancel: remove android-specific implementationPavel Labath2018-03-061-4/+1
* [LLDB][PPC64] Fixed issues with expedited registersPavel Labath2018-03-062-0/+6
* Upstreaming avx512 register support in debugserver. These changesJason Molenda2018-03-0614-53/+1460
* LLDBStandalone.cmake: set path to llvm-lit inside of llvm build dirAdrian Prantl2018-03-051-0/+1
* Fix the install location of LLDBWrapPython.cpp when buildingAdrian Prantl2018-03-051-1/+3
* [test] Skip pexpect-based lldb-mi tests on DarwinVedant Kumar2018-03-054-1/+20
* Including <functional> for std::bindRaphael Isemann2018-03-051-0/+1
* [test] Add dotest wrapperJonas Devlieghere2018-03-052-2/+31
* llgs-tests: use the auto-parsing form of SendMessage for sending the continue...Pavel Labath2018-03-042-11/+8
* ObjectFileMachO: use early return to remove one nesting level from CreateSect...Pavel Labath2018-03-031-532/+513
* Mark ObjC testcase as skipUnlessDarwin and fix a typo in test function.Adrian Prantl2018-03-021-1/+2
* Don't compile testcase with clang modules enabled.Adrian Prantl2018-03-022-2/+1
* Make the clang module cache setting available without a targetAdrian Prantl2018-03-0212-29/+134
* [testsuite] Remove workaround for categories and inline tests.Jonas Devlieghere2018-03-021-9/+6
* Speed up TestWatchpointMultipleThreadsPavel Labath2018-03-022-120/+41
* Make TestDynamicValueSameBase gcc-compatiblePavel Labath2018-03-011-3/+7
OpenPOWER on IntegriCloud