summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Have swig_bot actually run swig, and send back the output.Zachary Turner2015-11-304-36/+74
* Fix hang in global static initializationAdrian McCarthy2015-11-301-4/+10
* [RS] Support RenderScript struct allocationsEwan Crawford2015-11-302-116/+409
* [LLGS] Don't forward I/O when process is stoppedPavel Labath2015-11-272-28/+45
* Re-add an xfail removed by r254163Tamas Berghammer2015-11-271-0/+1
* Fix TestRegisters.py on armTamas Berghammer2015-11-261-1/+1
* Remove some xfail-s fixed by r253026Tamas Berghammer2015-11-262-5/+0
* Make some of the tests in TestRegisters.py arm compatibleTamas Berghammer2015-11-262-117/+101
* Add 64/128 bit arm neon register definitions on linuxTamas Berghammer2015-11-267-65/+415
* Be *stupider* about what constitutes a supported language binding.Zachary Turner2015-11-252-29/+2
* Enable TestMiBreak on LinuxPavel Labath2015-11-251-1/+0
* Another hack to fix the build bot.Zachary Turner2015-11-241-1/+1
* Fix build after swig_bot_lib changes.Zachary Turner2015-11-241-1/+1
* swig-bot - Close the socket when shutting down.Zachary Turner2015-11-241-5/+10
* Include config settings in the archive, and extract on the remote.Zachary Turner2015-11-244-6/+81
* Make swig_bot server support Ctrl+CZachary Turner2015-11-242-10/+21
* swig_bot remote path connection / preliminary implementation.Zachary Turner2015-11-245-24/+276
* First implementation of swig_bot.pyZachary Turner2015-11-245-0/+183
* Temporarily add expectedFailureFreeBSD to tests that fail to detect Clang on ...Ed Maste2015-11-242-0/+2
* Add expectedFlakeyFreeBSD to TestBatchMode failing on buildbotEd Maste2015-11-241-0/+1
* Remove expectedFailureFreeBSD decorator from now-passing testsEd Maste2015-11-243-3/+0
* Remove expectedFailureFreeBSD from passing ThreadExitTestCase::test_with_dwarfEd Maste2015-11-241-1/+0
* Add expectedFailureFreeBSD decorators for new Python fd leakEd Maste2015-11-241-0/+3
* Disable forcing -marm (A32 instruction set) while running testsuite on arm ta...Omair Javaid2015-11-241-0/+4
* Prevent ProcessGDBRemote from launching local debug server in case of remote ...Oleksiy Vyalov2015-11-232-36/+31
* [LLDB][MIPS] Getting 0 index for H/W watchpoint is not necessarily an errorMohit K. Bhakkad2015-11-231-2/+2
* Add code to PlatformDarwin and HostInfoMacOSX so they return theJason Molenda2015-11-213-156/+186
* Create `lldbsuite.support.fs` and move `find_executable` there.Zachary Turner2015-11-212-58/+73
* Fix Xcode project after recent Windows core file changes.Greg Clayton2015-11-201-0/+8
* Enable saving of mini dumps with lldb process save-core.Adrian McCarthy2015-11-2013-5/+218
* Newer versions of the ObjC runtime have an extra field in objc_opt_t.Sean Callanan2015-11-201-6/+32
* Revert "Make skipIf support the not_in function (second attempt)."Siva Chandra2015-11-201-15/+11
* Call Platform::SetHostPlatform in the NetBSD platform only on NetBSDEd Maste2015-11-201-0/+2
* Use the system clang, since this support should now be in; does not un-xfail ...Enrico Granata2015-11-202-12/+2
* Revert "FOO"Adrian McCarthy2015-11-2013-218/+5
* FOOAdrian McCarthy2015-11-2013-5/+218
* Make skipIf support the not_in function (second attempt).Adrian McCarthy2015-11-201-11/+15
* Remove `lldb.root` and just look for the file we care about.Zachary Turner2015-11-205-4/+4
* Use thumb instruction set for ldb-server on android armTamas Berghammer2015-11-201-1/+1
* Revert "Make skipIf support the not_in function."Siva Chandra2015-11-201-3/+3
* Make skipIf support the not_in function.Adrian McCarthy2015-11-201-3/+3
* Fix a crasher in SymbolContext::SortTypeList() where something that was itera...Greg Clayton2015-11-193-163/+105
* Fixed Xcode build by adding the PlatformNetBSD code.Greg Clayton2015-11-191-0/+16
* Revert "Plug-in PlatformNetBSD initializer and terminator"Siva Chandra2015-11-191-2/+0
* Fix up LLDB for a change in the way clang represents anonymous unions such th...Enrico Granata2015-11-196-9/+98
* Cleanup work required to get the ASAN tests to run in the new test suite infr...Enrico Granata2015-11-194-5/+8
* Plug-in PlatformNetBSD initializer and terminatorEd Maste2015-11-191-0/+2
* Fix an issue where LLDB would not launch argdumper correctly if there were sp...Enrico Granata2015-11-192-2/+5
* Pass -fms-compatibility-version when building test inferiors.Zachary Turner2015-11-191-0/+3
* Revert "prepare_bindings.py: enable static bindings"Todd Fiala2015-11-195-83996/+20
OpenPOWER on IntegriCloud