summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Make LLDB skip server-client roundtrip for signals that don't require any act...Eugene Zemtsov2017-03-0712-2/+328
* fix format specifier warningsTim Hammerquist2017-03-073-14/+21
* Android.rules: add support for clang compilerPavel Labath2017-03-072-16/+45
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-0738-261/+289
* Fixed a missing brace.Sean Callanan2017-03-071-1/+1
* Fix FreeBSD build.Zachary Turner2017-03-071-2/+3
* Remove FileSpec dependency on FileSystem.Zachary Turner2017-03-071-29/+23
* Fix linux build.Zachary Turner2017-03-071-2/+2
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-0738-259/+236
* cleanup.Jason Molenda2017-03-071-42/+42
* Add missing include in FileSpec.Zachary Turner2017-03-061-0/+1
* Remove dependency from FileSpec to ArchSpec.Zachary Turner2017-03-063-14/+17
* Remove FileSpec::ReadFileContents.Zachary Turner2017-03-0620-183/+97
* Update log_options unit testPavel Labath2017-03-062-37/+42
* Move many other files from Core -> Utility.Zachary Turner2017-03-0661-61/+60
* A few improvements to deps analysis scripts.Zachary Turner2017-03-061-26/+42
* Fix line endings of deps analysis script.Zachary Turner2017-03-061-65/+65
* Fix Log unit testsPavel Labath2017-03-061-3/+2
* Truncate thread names if they're too long.Zachary Turner2017-03-041-2/+4
* Project file fixes after movement of Data* and removal of ThisThread.cppSean Callanan2017-03-041-42/+32
* Disable the lldb-mi tests on remote platforms.Sean Callanan2017-03-0416-0/+64
* Fix a bug in the dep analysis script.Zachary Turner2017-03-041-0/+1
* Delete LLDB's code for getting / setting thread name.Zachary Turner2017-03-0415-307/+7
* Add dependency on DynamicLoaderStatic to Utility.Zachary Turner2017-03-041-0/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-04179-308/+308
* Move UUID from Core -> Utility.Zachary Turner2017-03-0423-27/+33
* Fix the macOS build all the way after r296909.Jim Ingham2017-03-042-72/+97
* Fix DataExtractor failures.Zachary Turner2017-03-034-21/+22
* Fix Darwin failures introduced in r296909Tim Hammerquist2017-03-031-4/+4
* Fixed repo.py to not send git errors to stderr.Sean Callanan2017-03-031-1/+1
* Add a script to dump out all project inter-dependencies.Zachary Turner2017-03-031-0/+65
* Isolate Target-specific functionality of DataExtractor.Zachary Turner2017-03-0325-1143/+1149
* Move Log from Core -> Utility.Zachary Turner2017-03-03274-319/+305
* [Windows] Remove the #include <eh.h> hack.Zachary Turner2017-03-0315-106/+0
* Android.rules: fix building on macPavel Labath2017-03-031-1/+0
* Android.rules: fix building on windowsPavel Labath2017-03-031-1/+1
* test: shorten test trace file namesPavel Labath2017-03-031-2/+5
* testsuite/android: build test executables with the android ndk directlyPavel Labath2017-03-032-7/+53
* Made GetClangTargetCPU() const.Pavel Labath2017-03-032-2/+2
* Remove some dead code in FileSpec.Zachary Turner2017-03-0312-38/+14
* Python commands as first class citizens.Jim Ingham2017-03-021-1/+19
* Mention fetching thread lists lazily.Jim Ingham2017-03-021-0/+18
* Forgot about local variable lookup. Jim Ingham2017-03-021-0/+18
* Add a reference to the projects in the Get involved section.Jim Ingham2017-03-021-0/+2
* Goals->Projects.Jim Ingham2017-03-021-1/+1
* Added a list of outstanding projects that would benefit lldb.Jim Ingham2017-03-022-0/+380
* Fix flakyness in TestGdbRemoteHostInfoPavel Labath2017-03-022-10/+0
* Fix MSVC buildPavel Labath2017-03-021-1/+1
* x86AssemblyInspectionEngine::AugmentUnwindPlanFromCallSite could accessJason Molenda2017-03-021-4/+5
* Fix various warnings. NFCZachary Turner2017-03-0212-379/+22
OpenPOWER on IntegriCloud