summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* fixed test suite crash when --platform-name doesn't start with 'remote-'Todd Fiala2016-01-221-9/+7
* Revert "Enable test log collection from remote debug servers"Pavel Labath2016-01-221-18/+6
* Use "_$" prefix instead of "$" for dynamic checker function inserted by LLDB ...Bhushan D. Attarde2016-01-221-2/+2
* [opaque pointer types] [NFC] Fix fallout from DataLayout::getIndexedOffset ch...Eduard Burtescu2016-01-221-3/+5
* Fix TestImport.py to work with Python 3.5.Adrian McCarthy2016-01-211-2/+4
* Always try to read DW_TAG_typedef types from DWO files first if we can. Greg Clayton2016-01-211-1/+24
* NFC. Corrects name of test class and a comment.Adrian McCarthy2016-01-211-2/+2
* Remove assumptions that thread 0 is always the main thread.Zachary Turner2016-01-2118-147/+72
* Add CalculateSymbolSizes in ObjectFilePECOFF::GetSymtab to ensure that (nearl...Adrian McCarthy2016-01-211-0/+1
* Enable test log collection from remote debug serversPavel Labath2016-01-211-6/+18
* When ObjectFileMachO reads a Mach-O file for a 32-bit arm cpu,Jason Molenda2016-01-211-3/+16
* Fix a problem where we were not calling fcntl() with the correct arguments fo...Enrico Granata2016-01-201-2/+2
* Fixed some #ifdefs. We were erroneously not supporting certain simulators.Sean Callanan2016-01-201-2/+2
* Mark arm/aarch64 specific xfails with expectedFailureLinux decoratorOmair Javaid2016-01-204-5/+8
* Fix clang warning in RenderScriptRuntimePavel Labath2016-01-201-1/+1
* Enable TestInlineStepping on linux i386Pavel Labath2016-01-201-2/+0
* Enable TestConcurrentEvents on i386 linuxPavel Labath2016-01-201-1/+0
* [RenderScript] New command for viewing coordinate of current kernel invocationEwan Crawford2016-01-202-35/+138
* Some 32-bit arm corefiles on darwin may have their general purposeJason Molenda2016-01-203-5/+9
* Placate MVSC after my last commit.Davide Italiano2016-01-192-8/+4
* [Process] Remove dead code. All the switch cases are already covered.Davide Italiano2016-01-192-4/+0
* Removed a bunch of spurious files from the man page Copy Files build phase.Sean Callanan2016-01-191-18/+0
* 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
OpenPOWER on IntegriCloud