summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* update.Jason Molenda2017-03-141-0/+6
* [debugserver] NFC. Missed one bit of cleanup in r297688Chris Bieneman2017-03-131-22/+13
* [debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState()Chris Bieneman2017-03-133-242/+125
* [debugserver] This is a small cleanup patch to AVX support detectionChris Bieneman2017-03-136-121/+55
* Fix up some enumerate() callsites in LLDB.Zachary Turner2017-03-135-15/+15
* Fix another occurrence of needing to use member accessors.Zachary Turner2017-03-131-2/+2
* Delete dead code. NFCJonathan Roelofs2017-03-132-12/+0
* Android.rules: Add libc++ supportPavel Labath2017-03-132-10/+26
* Fix windows build broken by r297612Pavel Labath2017-03-131-1/+1
* Fix android buildPavel Labath2017-03-132-2/+2
* Fix Linux build for the FileSpec changesPavel Labath2017-03-133-36/+43
* Use LLVM for file / directory enumeration.Zachary Turner2017-03-135-257/+48
* Resubmit "Make file / directory completion work properly on Windows."Zachary Turner2017-03-137-166/+613
* Revert "Make file / directory completion work properly on Windows."Zachary Turner2017-03-127-613/+166
* Make file / directory completion work properly on Windows.Zachary Turner2017-03-127-166/+613
* fix xunit attribute parsingTim Hammerquist2017-03-111-1/+1
* Simplify & correct the patch I wrote in r297441, after thinkingJason Molenda2017-03-102-16/+12
* Add a distinction in an apple accelerator table between IsValid andJason Molenda2017-03-102-13/+17
* Mark this as skipped for now. There is a race condition withJason Molenda2017-03-101-0/+1
* Make the LLDB test suite work with MSVC 2017 on Windows.Zachary Turner2017-03-091-4/+6
* cmake: Increase LINK_INTERFACE_MULTIPLICITY of lldbCorePavel Labath2017-03-091-1/+1
* Fix remaining threading issues in Log.hPavel Labath2017-03-093-119/+142
* Remove LLDB's recursive directory deletion function.Zachary Turner2017-03-095-89/+2
* Resubmit FileSystem changes.Zachary Turner2017-03-0840-297/+268
* Android.rules: fix computation of gcc toolchain directory on armPavel Labath2017-03-081-11/+11
* Back to xfailing this. For some reason on our buildbotsJason Molenda2017-03-081-0/+1
* TestQueues should be passing again, remove the expected fail.Jason Molenda2017-03-081-1/+0
* 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
OpenPOWER on IntegriCloud