summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* XFAIL TestReturnValue for linux i386 clang 3.5-3.6Tamas Berghammer2015-12-021-0/+1
* Fix "process load/unload" on androidTamas Berghammer2015-12-0211-265/+352
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-0222-1140/+178
* PTRACE ABI to read FXSAVE area for 32-bit inferiorAbhishek Aggarwal2015-12-022-4/+42
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-0222-178/+1140
* Revert "Fix race during process interruption"Pavel Labath2015-12-014-108/+126
* Fix race during process interruptionPavel Labath2015-12-014-126/+108
* [LLDB][MIPS] Clear bug 25194 - LLDB-Server Assertion raised when single stepp...Sagar Thakur2015-12-011-0/+3
* [LLDB][MIPS] Change ARCHFLAG for MIPSJaydeep Patil2015-12-011-0/+3
* Fix a bug where one-lining display of child values would ignore the user's ch...Enrico Granata2015-12-011-1/+1
* Unpack the output on the client, completing the cycle.Zachary Turner2015-11-304-39/+89
* 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
OpenPOWER on IntegriCloud