summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* test infra: support test reruns in xunit formatter.Todd Fiala2015-12-151-7/+13
* First pass at LLDBRPC.frameworkGreg Clayton2015-12-153-2/+29
* Enable the 'type X list' formatters commands to list formatters in language c...Enrico Granata2015-12-152-35/+60
* test-infra: refactored new summary results into base ResultsFormatter classTodd Fiala2015-12-154-386/+326
* Merge ENABLE_THREADS and ENABLE_STD_THREADS markersTamas Berghammer2015-12-1511-15/+15
* [LLDB][MIPS] Added support for MIPS1, MIPS2, MIPS3, MIPS4 and MIPS5 instructi...Sagar Thakur2015-12-151-0/+5
* Fix a bug where language categories would hold on to their caches even after ...Enrico Granata2015-12-154-13/+30
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-1517-376/+213
* Add NetBSDSignals.cpp to the xcode project file.Jason Molenda2015-12-151-4/+12
* Welcome to NetBSD signalsKamil Rytarowski2015-12-154-1/+69
* When constructing an address range to "step" or "next" through,Jason Molenda2015-12-157-8/+128
* Make few adjustments after r255542.Siva Chandra2015-12-151-3/+3
* test infra: catch and print exception info on test runner socket listenerTodd Fiala2015-12-141-5/+21
* [Test] Addresses failing test when path to make contains spacesKate Stone2015-12-141-2/+2
* Remove the multiplier loop.Zachary Turner2015-12-141-7/+27
* Revert "Temporarily skip TestWithLimitDebugInfo on Darwin and OS X"Todd Fiala2015-12-141-2/+0
* Temporarily skip TestWithLimitDebugInfo on Darwin and OS XTodd Fiala2015-12-141-0/+2
* [Editline] Redesign automatic indentation fix command for robustnessKate Stone2015-12-141-20/+33
* Correction in TestFrames.py test for arm targets in thumb modeOmair Javaid2015-12-141-3/+6
* test infra: enable single-worker rerun phase for flakey tests.Todd Fiala2015-12-149-26/+195
* Make skipIf decorator support not_in() functor.Zachary Turner2015-12-141-6/+8
* Make debug info specification use categories system.Zachary Turner2015-12-148-107/+42
* Add failure paths to a few JSONNumber membersOmair Javaid2015-12-142-2/+6
* Make test categories composablePavel Labath2015-12-143-18/+20
* Extend XFAIL on TestNamespaceLookup on linuxPavel Labath2015-12-141-1/+1
* XFAIL TestNamespaceLookup for linuxPavel Labath2015-12-141-0/+4
* [LLDB][MIPS] Mark TestConcurrentEvents.py expected failure, as MIPS atomic se...Mohit K. Bhakkad2015-12-141-0/+1
* Test case for "Fix scope-based lookup when more than one function is found."Dawn Perchik2015-12-121-0/+216
* Fix scope-based lookup when more than one function is found.Dawn Perchik2015-12-129-2/+417
* test infra: adds book-keeping for rerunnable testsTodd Fiala2015-12-127-45/+165
* Fix the L1 cache search in MemoryCache::Read to use the Jason Molenda2015-12-121-17/+9
* Remove unused mips typedefs.Oleksiy Vyalov2015-12-121-3/+1
* When supplying memory to expedite the unwinds in the T packet,Jason Molenda2015-12-121-1/+1
* Decouple test execution and test finder logic in parallel test runner.Todd Fiala2015-12-121-16/+22
* Use new set when checking if a test event type matches the job/test result typesTodd Fiala2015-12-111-3/+1
* Revert "Revert "Turn on new test summary results by default.""Todd Fiala2015-12-112-2/+9
* Add some tests for stack and local variable inspection for mini dumps.Adrian McCarthy2015-12-113-9/+109
* Remove hardcoded registers from Hexagon ABITed Woodward2015-12-111-10/+21
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-111-191/+177
* Add expected timeout support to test event architecture.Todd Fiala2015-12-114-1/+74
* Remove -S option from dotest.py.Zachary Turner2015-12-115-21/+1
* Remove -r and -R options from dotest.py.Zachary Turner2015-12-113-108/+1
* DisassemblerLLVMC now gets the disassembler comments for an instructionSean Callanan2015-12-112-19/+29
* Add test event marking a test as explicitly eligible for rerun if it is marke...Todd Fiala2015-12-113-4/+30
* Create test for llvm.org/pr25806Tamas Berghammer2015-12-1113-15/+100
* XFAIL TestLoadUnload for Windows->AndroidPavel Labath2015-12-111-0/+1
* Change finishSwigPythonLLDB.py to copy six.py instead of simlink itTed Woodward2015-12-111-11/+26
* [RenderScript] Support for amd64 RS hooksEwan Crawford2015-12-111-9/+54
* Revert "Turn on new test summary results by default."Pavel Labath2015-12-112-9/+2
* test result details now print module.class.test_name in verbose mode.Todd Fiala2015-12-102-2/+10
OpenPOWER on IntegriCloud