summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Makefile.rules: move CFLAGS_EXTRAS to the end of compile linePavel Labath2017-10-251-5/+5
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-2519-203/+428
* Move testcases/arm_emulation to testcases/arm/emulationPavel Labath2017-10-25158-0/+0
* Fix a compile warning on linuxStephane Sezer2017-10-241-1/+1
* Allow ObjectFilePECOFF to initialize with ARM binaries.Stephane Sezer2017-10-241-0/+5
* [FreeBSD] Remove more dead code. NFCI.Davide Italiano2017-10-241-26/+0
* [ExpressionParser] Garbage-collect dead code. NFCI.Davide Italiano2017-10-241-9/+0
* Remove some unused function calls from ClangUserExpression.cppStephane Sezer2017-10-241-1/+0
* Remove some dead code from ClangExpressionDeclMap.cppStephane Sezer2017-10-241-47/+3
* Revert "[lldbtests] Handle errors instead of crashing."Pavel Labath2017-10-241-5/+1
* [lldbtests] Handle errors instead of crashing.Davide Italiano2017-10-231-1/+5
* Use ipv4 localhost address in lldb-server testsPavel Labath2017-10-231-1/+1
* [Symbol] Remove dead code. NFCI.Davide Italiano2017-10-231-23/+0
* Logging: Disable logging after fork()Pavel Labath2017-10-236-7/+24
* [lldbtest] Simplify removing an unneeded else. NFCI.Davide Italiano2017-10-231-2/+1
* lldb-server tests: Propagate environment variables (pr34192)Pavel Labath2017-10-201-0/+8
OpenPOWER on IntegriCloud