summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Add data formatter for libc++ std::queuePavel Labath2017-11-014-0/+74
* Add data formatter for libc++ std::tuplePavel Labath2017-11-014-0/+91
* Remove uint32_t assignment operator from StatusPavel Labath2017-11-011-10/+0
* Fix LLVM_LINK_LLVM_DYLIB build (pr35053)Pavel Labath2017-10-312-8/+53
* Increase AdbClient read timeoutPavel Labath2017-10-311-1/+1
* Add data formatter for libc++'s forward_listPavel Labath2017-10-313-85/+183
* Fix mac build broken in r316987Pavel Labath2017-10-311-1/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-3111-112/+70
* 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-301-6/+26
* Add specific ppc64le hardware watchpoint handlerPavel Labath2017-10-273-10/+318
* Fix a use-after-free in lldb-serverPavel Labath2017-10-271-2/+3
* Allow SysV-i386 ABI on everything other than Apple targetsStephane Sezer2017-10-261-5/+6
* Move StopInfoOverride callback to the new architecture pluginPavel Labath2017-10-2511-157/+285
* 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
* [Symbol] Remove dead code. NFCI.Davide Italiano2017-10-231-23/+0
* Logging: Disable logging after fork()Pavel Labath2017-10-234-6/+18
* Revert "Logging: Make sure logging machinery is in a consistent state after f...Pavel Labath2017-10-203-20/+2
* Logging: Make sure logging machinery is in a consistent state after forkingPavel Labath2017-10-193-2/+20
* Silence some "implicit conversion of string literal" warningsPavel Labath2017-10-172-7/+7
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-178-281/+208
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-176-284/+18
* Committing this for Larry D'Anna:Jason Molenda2017-10-176-18/+284
* Add cases for new type DependentAddressSpace, added in r314649Ted Woodward2017-10-111-0/+9
* Fix dumping of characters with non-standard sizesPetr Pavlu2017-10-112-72/+46
* [lldb] Enable using out-of-tree dwpsAlexander Shaposhnikov2017-10-102-2/+12
* Support: Have directory_iterator::status() return FindFirstFileEx/FindNextFil...Peter Collingbourne2017-10-102-10/+10
* Update ABISysV_arm64::RegisterIsVolatile to accept registers prefixed with rStephane Sezer2017-10-091-1/+1
* [DWARFDIE] Rewrite `operator !=` using `operator ==`. NFCI.Davide Italiano2017-10-091-1/+1
* [SymbolFile/DWARF] Simplify two functions. NFCI.Davide Italiano2017-10-091-8/+2
* Implement interactive command interruptionLeonard Mosescu2017-10-054-15/+103
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-0513-2/+766
* [lldb] Fix initialization of m_debug_cu_index_mapAlexander Shaposhnikov2017-10-032-5/+11
* Improve FreeBSD kernel debuggingEd Maste2017-10-028-51/+106
* [ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.Davide Italiano2017-09-301-2/+1
* Fix compilation errorEugene Zemtsov2017-09-292-15/+15
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-2810-114/+563
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-284-90/+14
* Update the Objective-C runtime interface code to handle objc objectsJason Molenda2017-09-274-12/+180
* Update ABIMacOSX_arm::PrepareTrivialCall to correctly align theJason Molenda2017-09-271-4/+5
* [Expression Parser] Inhibit global lookups for symbols in the IR dynamic checksSean Callanan2017-09-264-105/+76
* Use socketpair on all Unix platformsEugene Zemtsov2017-09-251-3/+3
* Implement trampoline step-through for Windows-x86.Stephane Sezer2017-09-221-1/+43
* [LLDB] Implement interactive command interruptionAdrian McCarthy2017-09-214-14/+90
OpenPOWER on IntegriCloud