summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add CopyDiagnostic to the DiagnosticManager.Jim Ingham2017-04-192-0/+11
* [Utility/StringLexer] Remove dead code.Davide Italiano2017-04-192-6/+0
* Teach RenderScriptRuntime about changed context representation.David Gross2017-04-191-30/+39
* Fix TestRegisterVariables for clang/armPavel Labath2017-04-191-2/+11
* Revert yesterdays IPv6 patchesPavel Labath2017-04-1928-665/+485
* [CMake] Add configure check for sys/event.hChris Bieneman2017-04-191-0/+1
* One more attempt and WindowsChris Bieneman2017-04-191-0/+1
* Another netbsd build failure...Chris Bieneman2017-04-191-1/+0
* Buildbot wack-a-mole!Chris Bieneman2017-04-191-1/+1
* ifdefing out the signal handling code on WindowsChris Bieneman2017-04-191-6/+17
* Define HAVE_SIGACTION to 1 in Xcode buildChris Bieneman2017-04-181-0/+2
* Include time.h, and fix a Darwin warningChris Bieneman2017-04-181-8/+2
* Fix Windows bot failureChris Bieneman2017-04-181-1/+8
* Fixing error on Android build (-Werror)Chris Bieneman2017-04-181-2/+2
* Removing unused includeChris Bieneman2017-04-181-1/+0
* [CMake] Adding configure-time check for sigactionChris Bieneman2017-04-183-1/+4
* Writing multi-platform code is hard...Chris Bieneman2017-04-181-1/+1
* Fix broken windows build.Chris Bieneman2017-04-182-1/+7
* Fixing bot failure caused by r300579Chris Bieneman2017-04-181-1/+1
* Update DebugServer to support IPv6 over TCPChris Bieneman2017-04-185-134/+159
* Update LLDB Host to support IPv6 over TCPChris Bieneman2017-04-1824-347/+479
* Add back code to implement "frame var -a,-l,-g" filters.Jim Ingham2017-04-184-35/+171
* Introduce FPR and Debug Registers/NetBSD/amd64 supportKamil Rytarowski2017-04-188-39/+678
* TestStaticVariables still fails on Linux.Jim Ingham2017-04-181-0/+2
* This test is succeeding on macOS with clang.Jim Ingham2017-04-181-6/+1
* Unify the common code in the ios, tvos, watchos platforms into a singleJason Molenda2017-04-1711-2178/+907
* [ClangASTContext] Placate `casts away qualifiers` warnings from GCC.Davide Italiano2017-04-171-4/+8
* Don't ever reduce the timeout of a packet, only increase it.Greg Clayton2017-04-172-3/+15
* ThreadSanitizer plugin: Support Swift access races and fix how external races...Kuba Mracek2017-04-162-17/+39
* Fix crash when completing in the current directory.Zachary Turner2017-04-152-21/+41
* [Interpreter] Make a static func a lambda and remove always_inline.Davide Italiano2017-04-141-8/+5
* [ARM/Emulation] Remove an unneeded comparison and simplify. NFCI.Davide Italiano2017-04-141-2/+2
* Fix bot breakage from r300372Chris Bieneman2017-04-141-1/+1
* [Process/Utility] Remove dead code. NFCI.Davide Italiano2017-04-141-5/+0
* [CMake] Support generating Config.hChris Bieneman2017-04-1412-263/+56
* Increase the packet timeout for the jModulesInfo since it can take longer tha...Greg Clayton2017-04-141-0/+3
* Fixed to disassemble new packets and fixed the dumping of the 'x' packets.Greg Clayton2017-04-141-12/+41
* Don't use uuid_clear(), non-darwin platforms includeJason Molenda2017-04-131-1/+1
* Use two LC_NOTE load commands for identifying the main binary thatJason Molenda2017-04-124-10/+156
* [NFC] Adding a new wrapper for getaddrinfoChris Bieneman2017-04-122-0/+64
* Support Unit Testing debugserverChris Bieneman2017-04-126-85/+245
* Add libc++ category to the remaining libc++ data formattersPavel Labath2017-04-127-76/+77
* Fix TestCppIncompleteTypes for android/clangPavel Labath2017-04-121-2/+2
* Fix libc++ vector<bool> data formatter (bug #32553)Pavel Labath2017-04-125-208/+142
* Fix TestGuessLanguage for gccPavel Labath2017-04-121-1/+7
* Android.rules: setup correct objcopy pathPavel Labath2017-04-121-4/+12
* Teach SBFrame how to guess its language.Jim Ingham2017-04-1212-3/+181
* Add missing annotation to TestDataFormatterUnorderedPavel Labath2017-04-111-0/+1
* Remove Plugins/Process/POSIX from include_directoriesPavel Labath2017-04-116-46/+8
* Update for alloca construction changesMatt Arsenault2017-04-101-2/+5
OpenPOWER on IntegriCloud