summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Update two android XFAILSPavel Labath2017-04-242-2/+2
* Fix the new SocketAddressTest on WindowsPavel Labath2017-04-241-3/+20
* [LLDB][MIPS] Move it into HandleLLVMOptions.cmake.Nitesh Jain2017-04-241-6/+0
* Add more arguments to SocketAddress::GetAddressInfoPavel Labath2017-04-243-27/+26
* Simplify FreeBSD Host.cpp with early returnsEd Maste2017-04-231-78/+86
* ThreadSanitizer plugin: match for loop variable with expected typeEd Maste2017-04-221-1/+1
* Correct the names of some target conditional defines in debugserver.Jason Molenda2017-04-211-1/+1
* Add an example command to toggle between disassembly-only and source mode.Jim Ingham2017-04-201-0/+48
* Changed a use of APInt::getSignBit to APInt::getSignMask.Sean Callanan2017-04-201-1/+1
* Resurrect LLDB Standalone build on NetBSDKamil Rytarowski2017-04-201-0/+2
* [Utility] Placate another GCC warning.Davide Italiano2017-04-201-3/+4
* Skip TestLibCxxAtomic with gccPavel Labath2017-04-201-0/+1
* Recompute ArchSpec core after MergeFromPavel Labath2017-04-206-24/+38
* Make TestStaticVariables XFAIL more specificPavel Labath2017-04-201-6/+5
* Add libc++ category the three more testsPavel Labath2017-04-203-48/+103
* Add extra logging for when lldb is looking for kernels and kexts.Jason Molenda2017-04-201-3/+31
* Fix !N and !-N commands and add a test case.Jim Ingham2017-04-193-3/+52
* 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
OpenPOWER on IntegriCloud