summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Fix an issue in r317563 causing a clang assertTamas Berghammer2017-11-071-3/+3
* Support scoped enums in the DWARF AST parserTamas Berghammer2017-11-075-9/+14
* test: Clean up finalize_build_dictionaryPavel Labath2017-11-071-2/+1
* "Fix" concurrent events test for armPavel Labath2017-11-0722-29/+2
* Disable tests in lang/c/shared_lib on WindowsStephane Sezer2017-11-071-0/+3
* Add a dependency from check-lldb on lldStephane Sezer2017-11-061-0/+9
* Extend android xfail in TestTopLevelExprsPavel Labath2017-11-061-1/+1
* Improve the posix core file triple detectionTamas Berghammer2017-11-042-5/+11
* Remove ProcessGdbRemote::m_flagsPavel Labath2017-11-032-7/+1
* Add float/vector registers for ppc64lePavel Labath2017-11-038-17/+1099
* Add type to FileSpec::PathSyntax enum.Don Hinton2017-11-031-1/+1
* Xfail test_stack_info_in_minidump testPavel Labath2017-11-031-0/+1
* Fix classifications on two concurrent event testsPavel Labath2017-11-032-1/+1
* Remove getCategories mechanism of specifying test categoriesPavel Labath2017-11-0216-57/+36
* Remove android watchpoint xfailsPavel Labath2017-11-0222-69/+0
* Fix some warnings found by ToT clangPavel Labath2017-11-0210-14/+5
* Run clang-format on lldb.cppStephane Sezer2017-11-021-4/+2
* Use LLVM version stringStephane Sezer2017-11-021-5/+1
* Revert r317182 for https://reviews.llvm.org/D39128Jason Molenda2017-11-0212-573/+20
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-0212-20/+573
* Ahhhh roll back that commit, I didn't see that Lawrence had filedJason Molenda2017-11-0210-308/+21
* Commit Lawrence D'Anna's patch to changeJason Molenda2017-11-0210-21/+308
* [Core] Comparison for unsigned >= 0 is redundant. NFCI.Davide Italiano2017-11-011-1/+1
* [XML] Simplify lambda removing unused capture. NFCI.Davide Italiano2017-11-011-1/+1
* [Interpreter] Remove unused variable usage. NFCI.Davide Italiano2017-11-011-2/+1
* dotest: consistently call finalize_build_dictionary in debug info variantsPavel Labath2017-11-011-0/+2
* add LibCxxTuple.cpp, LibCxxQueue.cpp to xcode project file.Jason Molenda2017-11-011-0/+8
* Add data formatter for libc++ std::queuePavel Labath2017-11-017-0/+134
* Add data formatter for libc++ std::tuplePavel Labath2017-11-017-0/+159
* Remove uint32_t assignment operator from StatusPavel Labath2017-11-012-23/+0
* Remove Sean Callanan from the CODE_OWNERS, he won't have timeJason Molenda2017-11-011-4/+1
* Modernize the example cmdtemplate.py.Jim Ingham2017-10-311-85/+95
* Add a "watchpoint" test category and annotate tests appropriatelyPavel Labath2017-10-3124-1/+26
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-319-108/+56
* Increase AdbClient read timeoutPavel Labath2017-10-311-1/+1
* Add data formatter for libc++'s forward_listPavel Labath2017-10-316-85/+249
* Fix mac build broken in r316987Pavel Labath2017-10-311-1/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-3118-128/+144
* Android.rules: build with "unified android headers"Pavel Labath2017-10-311-3/+5
* Split makefile for TestTopLevelExprsPavel Labath2017-10-312-6/+13
* Remove a stray space.Jim Ingham2017-10-301-1/+1
* Fix windows build broken in r316915Pavel Labath2017-10-301-1/+0
* MainLoop: work around an android libc bugPavel Labath2017-10-302-11/+27
* [CMake] Build clang as dependency when using in-tree clang for tests.Davide Italiano2017-10-272-0/+12
* Add specific ppc64le hardware watchpoint handlerPavel Labath2017-10-274-12/+320
* Fix a use-after-free in lldb-serverPavel Labath2017-10-271-2/+3
* Default to using in-tree clang for building test executablesPavel Labath2017-10-274-33/+20
* Add Arm Architecture plugin to the xcode project file.Jason Molenda2017-10-271-0/+24
* Fix TestMinidump for r316673Pavel Labath2017-10-261-8/+8
* Allow SysV-i386 ABI on everything other than Apple targetsStephane Sezer2017-10-261-5/+6
OpenPOWER on IntegriCloud