summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Implementing the method Target::TargetEventData::Dump (Stream *s) so that its...Oleksiy Vyalov2016-01-191-0/+6
* Fix for Bug 25338Ravitheja Addepally2016-01-195-25/+67
* Remove last XTIMEOUTs from android testsPavel Labath2016-01-192-6/+4
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-194-12/+33
* Update for llvm change. NFC.Rafael Espindola2016-01-184-7/+7
* Remove skipIfLinuxClang decoratorPavel Labath2016-01-181-18/+0
* Guard against application of an XFAIL decorator on a classPavel Labath2016-01-181-0/+2
* Revert "Unconditionally accept symbol sizes from elf"Tamas Berghammer2016-01-184-27/+12
* Unconditionally accept symbol sizes from elfTamas Berghammer2016-01-184-12/+27
* [RenderScript] Remove mips specific expressionsEwan Crawford2016-01-182-180/+90
* On non-Windows platforms, asm int 3 generates an eStopReasonSignal.Zachary Turner2016-01-151-1/+2
* Fix TestDebugBreak.py.Zachary Turner2016-01-151-2/+3
* Fix ResourceWarning about unclosed file in use_lldb_suite_root.py.Zachary Turner2016-01-153-9/+18
* Small fixes to ensure TestLogging.py tests work with Python 3.5 as well as 2.7.Adrian McCarthy2016-01-151-3/+3
* Implement missing GoASTContext methodsRyan Brown2016-01-151-6/+145
* Fix decoration of TestConcurrentEventsPavel Labath2016-01-151-1/+35
* The ASAN report fetching code had two latent bugs:Jim Ingham2016-01-151-2/+9
* Fix detection of teardown hooks that are already bound.Adrian McCarthy2016-01-141-1/+1
* Removed a redundant function call after review.Sean Callanan2016-01-141-2/+0
* Enable the use of modules in the expression parser by default.Sean Callanan2016-01-143-3/+38
* Resubmit the fixes for TestProcessLaunch.py.Zachary Turner2016-01-142-21/+26
* Fixed a crasher when dealing with table entries that have blank names.Sean Callanan2016-01-143-0/+15
* [RenderScript] Hook kernel invocation.Aidan Dodds2016-01-142-17/+115
* Update some XFAILs after the 3.8->3.9 version changeTamas Berghammer2016-01-142-2/+2
* Fix ambiguous resolution of clang::ArrayType/llvm::ArrayType in ClangAstContextEwan Crawford2016-01-141-2/+2
* XFAIL TestCommandScriptImmediateOutput on LinuxTamas Berghammer2016-01-141-0/+1
* change Xcode test run default to ignore xpass on Xunit outputTodd Fiala2016-01-131-2/+2
* Fix -Wformat-pedantic warningHans Wennborg2016-01-131-1/+2
* Include IR/DerivedTypes.h instead of IR/Type.h to match LLVM change r256406.Hans Wennborg2016-01-131-1/+1
* Revert changes to TestProcessLaunch.py as they are breaking a build.Zachary Turner2016-01-132-32/+20
* Rename MSVC top-level folder to avoid name collision.Zachary Turner2016-01-131-1/+1
* Fix some compiler warnings with MSVC 2015.Zachary Turner2016-01-136-3/+8
* Get rid of const char** typemaps.Zachary Turner2016-01-131-70/+7
* Fix TestProcessLaunch for Python 3.Zachary Turner2016-01-134-43/+94
* Mark these tests on FreeBSD and Linux as non-flakey. We don't know that they areEnrico Granata2016-01-131-2/+0
* Fixed a problem where the Xcode build put lldb's __init__.py in the wrong place.Sean Callanan2016-01-131-1/+1
* Fix an issue where scripted commands would not actually print any of their ou...Enrico Granata2016-01-137-1/+82
* Silence an incorrect dwarf parsing warningTamas Berghammer2016-01-131-1/+1
* [LLDB][MIPS] Fix TestDisassembleRawData.pySagar Thakur2016-01-131-7/+17
* Add a small refinement to the qSymbol:: support in lldb.Jason Molenda2016-01-132-1/+48
* [TestThreadJump] Adjust match sub-string after recent change.Siva Chandra2016-01-121-2/+1
* Fix TestThreadJump on Windows.Zachary Turner2016-01-121-2/+1
* Fix build breakage of r257502.Stephane Sezer2016-01-121-1/+1
* Increase use of svr4 packets to improve performance on POSIX remotesStephane Sezer2016-01-126-145/+361
* Try to fix the mips64 build after rL257447Tamas Berghammer2016-01-121-1/+1
* Fix for TestNoreturnUnwind.py on i386Ravitheja Addepally2016-01-122-4/+27
* Add clang::Type::Pipe to ClangASTContextPavel Labath2016-01-121-0/+3
* Changes to lldb and debugserver to reduce extraneous memory readsJason Molenda2016-01-1210-65/+285
* [LLDB][MIPS] Fix rL255619: mips 3, 4 and 5 are 64 bit archsMohit K. Bhakkad2016-01-121-3/+3
* [LLDB][MIPS] Fix ReadRegisterValue for registers with constant 32 bit size re...Mohit K. Bhakkad2016-01-121-1/+9
OpenPOWER on IntegriCloud