summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Remove the "MacOSX and Linux" and "Linux" targets from Xcode.Todd Fiala2015-12-161-230/+0
* Wrap Notes in --help output to 80 columnsEd Maste2015-12-161-7/+13
* Include -c, -core in the lldb(1) man pageEd Maste2015-12-161-1/+4
* Man page whitespace/formatting change to appease igor(1)Ed Maste2015-12-161-11/+18
* [test] Add ability to expect timeoutsPavel Labath2015-12-164-1/+51
* Disable test reruns on arm unless explicitly marked with --rerun-all-issuesTodd Fiala2015-12-161-1/+2
* Really fix Xcode build.Todd Fiala2015-12-161-6/+4
* Xcode project changes for r255729.Todd Fiala2015-12-161-0/+12
* Add a symbolic link from the test directory to the actual - elsewhere located...Enrico Granata2015-12-162-1/+2
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-1629-3/+848
* prevent rerun logic from kicking in on test runs including aarch64.Todd Fiala2015-12-151-2/+6
* Propagate socket_error exception from handle_read. Otherwise Ninja crashes.Adrian McCarthy2015-12-151-3/+2
* Add a new "thread-pcs" key-value pair to the T packet response fromJason Molenda2015-12-152-0/+86
* 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
OpenPOWER on IntegriCloud