summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* ResultsFormatter: always lock on handle_event()Todd Fiala2015-12-171-92/+91
* [RenderScript] Support all RS allocation types Ewan Crawford2015-12-171-18/+100
* Patch cmake to allow detection of python 2.7.9+Aidan Dodds2015-12-171-2/+2
* Inspect DW_AT_const_value global static const variablesEwan Crawford2015-12-175-5/+12
* XFAIL some tests failing for Windows -> AndroidTamas Berghammer2015-12-172-0/+2
* Add AccessModifierOffset to clang-format stylePavel Labath2015-12-171-0/+1
* test infra: force rerun to use parallel runnerTodd Fiala2015-12-171-1/+5
* Set the minimum stack size for private state thread to 8MBKate Stone2015-12-171-1/+1
* Don't demangle a name when Mangled::GetName() is called with ePreferMangled. ...Greg Clayton2015-12-171-6/+4
* Don't strip types of their typedefs when getting function types.Greg Clayton2015-12-171-2/+2
* Rework breakpoint language filtering to use the symbol context's language.Dawn Perchik2015-12-168-58/+109
* 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
OpenPOWER on IntegriCloud