summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* lldb-server tests: Propagate environment variables (pr34192)Pavel Labath2017-10-201-0/+8
* Revert "Logging: Make sure logging machinery is in a consistent state after f...Pavel Labath2017-10-205-27/+3
* Logging: Make sure logging machinery is in a consistent state after forkingPavel Labath2017-10-195-3/+27
* lldb-server tests: Fix undefined behaviorPavel Labath2017-10-181-2/+2
* Silence some "implicit conversion of string literal" warningsPavel Labath2017-10-172-7/+7
* lldb-server tests: Add support for testing debugserverPavel Labath2017-10-176-30/+83
* Remove shared_pointer from NativeThreadProtocolPavel Labath2017-10-1711-293/+217
* Reverting r315966 - it caused a build failure on an ubuntu x android bot.Jason Molenda2017-10-1710-302/+21
* Committing this for Larry D'Anna:Jason Molenda2017-10-1710-21/+302
* The save_crashlog command was still looking at lldb.target andJim Ingham2017-10-121-6/+7
* Add cases for new type DependentAddressSpace, added in r314649Ted Woodward2017-10-111-0/+9
* Remove default case from switch.Ted Woodward2017-10-111-2/+4
* Fix dumping of characters with non-standard sizesPetr Pavlu2017-10-114-93/+176
* [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
* Remove the input file specification from theJason Molenda2017-10-071-1/+0
* Specify the input & output results of the "Prepare Swig Bindings"Jason Molenda2017-10-061-0/+2
* [CMake] Add LLDB_INCLUDE_TESTS variableChris Bieneman2017-10-061-3/+8
* Implement interactive command interruptionLeonard Mosescu2017-10-0510-24/+139
* Enable breakpoints and read/write GPRs for ppc64leEugene Zemtsov2017-10-0513-2/+766
* Work around a bug in the C++ expression parser.Jim Ingham2017-10-051-47/+47
* Another silly little thing you can do with Python commands.Jim Ingham2017-10-051-0/+24
* LLDB cmake fix: define LLDB_CONFIGURATION_xxx based on the build typeLeonard Mosescu2017-10-042-9/+7
* cmake + xcode: prevent gtests from using includes from project rootTim Hammerquist2017-10-0317-37/+36
* [lldb] Fix initialization of m_debug_cu_index_mapAlexander Shaposhnikov2017-10-032-5/+11
* Move install_name_tool to a separate make target.Jason Molenda2017-10-021-1/+3
* Improve FreeBSD kernel debuggingEd Maste2017-10-0211-60/+126
* [lldb-mi] Fix a thinko in my previous commit.Davide Italiano2017-09-301-1/+1
* [lldb-mi] Add a default case to placate GCC with -Werror.Davide Italiano2017-09-301-0/+2
* [ExpressionParser] Prefer isa<> to dyn_cast<>. NFCI.Davide Italiano2017-09-301-2/+1
* Fix Android remote debugging tests running on WindowsEugene Zemtsov2017-09-291-1/+4
* Fix compilation errorEugene Zemtsov2017-09-292-15/+15
* [Expression parser] Setting to enable use of ExternalASTMergerSean Callanan2017-09-2813-116/+588
* Add a few missing newlines in lldb-server messagesStephane Sezer2017-09-281-8/+8
* Revert patch r313904, as it breaks "command source" and in Jim Ingham2017-09-288-121/+22
* Change build-llvm.py and build-lldb-llvm-clang's patching mechanisms toJason Molenda2017-09-272-3/+3
* Add support for running the lldb testsuite against an apple watchJason Molenda2017-09-279-9/+16
* 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
* Remove the details of the libstdc++ implementation that wereJason Molenda2017-09-252-17/+1
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2598-165/+517
* Use socketpair on all Unix platformsEugene Zemtsov2017-09-252-16/+46
* Revert "Initial patchset to get the testsuite running against armv7 and arm64...Chris Bieneman2017-09-2588-486/+163
* Implement trampoline step-through for Windows-x86.Stephane Sezer2017-09-221-1/+43
* Initial patchset to get the testsuite running against armv7 and arm64 iOS dev...Jason Molenda2017-09-2288-163/+486
* Revert this patch; I was emailing with Eugene and they have some other change...Jason Molenda2017-09-2188-486/+163
OpenPOWER on IntegriCloud